You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _sources/faq.rst.txt
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
FAQ
3
3
===
4
4
5
-
If your question isn't answered below, check `the docs <http://ipython.org/ipython-doc/>`_, then ask on the `mailing list <https://mail.python.org/mailman/listinfo/ipython-dev>`_.
5
+
If your question isn't answered below, check `the docs <https://ipython.org/ipython-doc/>`_, then ask on the `mailing list <https://mail.python.org/mailman/listinfo/ipython-dev>`_.
6
6
7
7
.. contents::
8
8
:local:
@@ -42,12 +42,12 @@ Does IPython play well with Windows?
42
42
------------------------------------
43
43
44
44
Yes, it most definitely does! There are some things that should be noted: `see
45
-
the installation documentation <http://ipython.org/ipython-doc/stable/install/install.html#windows>`_.
45
+
the installation documentation <https://ipython.org/ipython-doc/stable/install/install.html#windows>`_.
46
46
47
47
What is the best way to install IPython?
48
48
----------------------------------------
49
49
50
-
See `the installation documentation <http://ipython.org/ipython-doc/stable/install/install.html#installing-ipython-itself>`_ for full details.
50
+
See `the installation documentation <https://ipython.org/ipython-doc/stable/install/install.html#installing-ipython-itself>`_ for full details.
51
51
52
52
The standard Python installation mechanisms (``setup.py``, ``pip`` or ``easy_install``) all work for installing IPython to use in a terminal. Windows users are best off installing `distribute <https://pypi.python.org/pypi/distribute>`_, then running the .exe installer, to create start menu shortcuts.
0 commit comments