##// END OF EJS Templates
Polish install docs.
Thomas Kluyver -
Show More
@@ -13,11 +13,9 b' dependencies. Officially, IPython requires Python 2.6, 2.7, 3.1, or 3.2.'
13
13
14 .. warning::
14 .. warning::
15
15
16 Officially, IPython supports Python versions 2.6 and 2.7.
16 Since version 0.11, IPython has a hard syntax dependency on 2.6, and will no
17
17 longer work on Python <= 2.5. You can find older versions of IPython which
18 IPython 0.11 has a hard syntax dependency on 2.6, and will no longer work
18 supported Python <= 2.5 `here <http://archive.ipython.org/release/>`_
19 on Python <= 2.5. You can find older versions of IPython which supported
20 Python <= 2.5 `here <http://archive.ipython.org/release/>`_
21
19
22 Some of the installation approaches use the :mod:`setuptools` package and its
20 Some of the installation approaches use the :mod:`setuptools` package and its
23 :command:`easy_install` command line program. In many scenarios, this provides
21 :command:`easy_install` command line program. In many scenarios, this provides
@@ -29,9 +27,10 b' website.'
29
27
30 On Windows, IPython *does* depend on :mod:`setuptools`, and it is recommended
28 On Windows, IPython *does* depend on :mod:`setuptools`, and it is recommended
31 that you install the :mod:`distribute` package, which improves
29 that you install the :mod:`distribute` package, which improves
32 :mod:`setuptools` and fixes various bugs.
30 :mod:`setuptools` and fixes various bugs. Installing on Python 3 requires
31 :mod:`distribute` on all platforms.
33
32
34 We hope to remove this dependency in 0.12.
33 We hope to remove this dependency in the future.
35
34
36 More general information about installing Python packages can be found in
35 More general information about installing Python packages can be found in
37 Python's documentation at http://www.python.org/doc/.
36 Python's documentation at http://www.python.org/doc/.
@@ -106,7 +105,7 b' Windows'
106
105
107 On Windows, IPython requires :mod:`setuptools` or :mod:`distribute`.
106 On Windows, IPython requires :mod:`setuptools` or :mod:`distribute`.
108
107
109 We hope to remove this dependency in 0.12.
108 We hope to remove this dependency in the future.
110
109
111 There are a few caveats for Windows users. The main issue is that a basic
110 There are a few caveats for Windows users. The main issue is that a basic
112 ``python setup.py install`` approach won't create ``.bat`` file or Start Menu
111 ``python setup.py install`` approach won't create ``.bat`` file or Start Menu
@@ -380,13 +379,13 b' Browser Compatibility'
380 The notebook uses WebSockets and the flexible box model. These features are
379 The notebook uses WebSockets and the flexible box model. These features are
381 available in the following browsers:
380 available in the following browsers:
382
381
383 * Chrome.
382 * Chrome
384 * Safari.
383 * Safari
385 * Firefox 4 and 5. These browsers have WebSocket support, but it is disabled by
384 * Firefox 6 and above
386 default. You can enable it by entering ``about:config`` in the URL bar and then
385 * Firefox 4 and 5: These browsers have WebSocket support, but it is disabled by
387 setting ``network.websocket.enabled`` and ``network.websocket.override-security-block``
386 default. If you're unable to upgrade, you can enable it by entering ``about:config``
388 to ``true``.
387 in the URL bar and then setting ``network.websocket.enabled`` and
389 * Firefox 6. Starting with version 6, Firefox has WebSocket support enabled by default.
388 ``network.websocket.override-security-block`` to ``true``.
390
389
391 Internet Explorer 9 does not support WebSockets or the flexible box model, but
390 Internet Explorer 9 does not support WebSockets or the flexible box model, but
392 these features should appear in Internet Explorer 10.
391 these features should appear in Internet Explorer 10.
General Comments 0
You need to be logged in to leave comments. Login now