##// END OF EJS Templates
Small documentation updates and comments about Windows install.
Fernando Perez -
Show More
@@ -175,11 +175,16 b' In order to configure less as your default pager, do the following:'
175 properly interpret control sequences, which is how color
175 properly interpret control sequences, which is how color
176 information is given to your terminal.
176 information is given to your terminal.
177
177
178 For the bash shell, add to your ~/.bashrc file the lines::
179
180 export PAGER=less
181 export LESS=-r
182
178 For the csh or tcsh shells, add to your ~/.cshrc file the lines::
183 For the csh or tcsh shells, add to your ~/.cshrc file the lines::
179
184
180 setenv PAGER less
185 setenv PAGER less
181 setenv LESS -r
186 setenv LESS -r
182
187
183 There is similar syntax for other Unix shells, look at your system
188 There is similar syntax for other Unix shells, look at your system
184 documentation for details.
189 documentation for details.
185
190
@@ -9,14 +9,16 b' install all of its dependencies.'
9
9
10
10
11 Please let us know if you have problems installing IPython or any of its
11 Please let us know if you have problems installing IPython or any of its
12 dependencies. IPython requires Python version 2.4 or greater. Light testing
12 dependencies. Officially, IPython requires Python version 2.5 or 2.6. We
13 has been done on version 2.6, and so far everything looks fine. We have *not*
13 have *not* yet started to port IPython to Python 3.0.
14 yet started to port IPython to Python 3.0, where the language changes are much
15 more significant.
16
14
17 .. warning::
15 .. warning::
18
16
19 IPython will not work with Python 2.4 or below.
17 Officially, IPython supports Python versions 2.5 and 2.6.
18
19 IPython 0.10 has only been well tested with Python 2.5 and 2.6. Parts of
20 it may work with Python 2.4, but we do not officially support Python 2.4
21 anymore. If you need to use 2.4, you can still run IPython 0.9.
20
22
21 Some of the installation approaches use the :mod:`setuptools` package and its
23 Some of the installation approaches use the :mod:`setuptools` package and its
22 :command:`easy_install` command line program. In many scenarios, this provides
24 :command:`easy_install` command line program. In many scenarios, this provides
@@ -85,8 +87,8 b' Windows'
85
87
86 There are a few caveats for Windows users. The main issue is that a basic
88 There are a few caveats for Windows users. The main issue is that a basic
87 ``python setup.py install`` approach won't create ``.bat`` file or Start Menu
89 ``python setup.py install`` approach won't create ``.bat`` file or Start Menu
88 shortcuts, which most users want. To get an installation with these, there are
90 shortcuts, which most users want. To get an installation with these, you can
89 two choices:
91 use any of the following alternatives:
90
92
91 1. Install using :command:`easy_install`.
93 1. Install using :command:`easy_install`.
92
94
@@ -96,6 +98,16 b' two choices:'
96 3. Install from source, but using :mod:`setuptools` (``python setupegg.py
98 3. Install from source, but using :mod:`setuptools` (``python setupegg.py
97 install``).
99 install``).
98
100
101 IPython by default runs in a termninal window, but the normal terminal
102 application supplied by Microsoft Windows is very primitive. You may want to
103 download the excellent and free Console_ application instead, which is a far
104 superior tool. You can even configure Console to give you by default an
105 IPython tab, which is very convenient to create new IPython sessions directly
106 from the working terminal.
107
108 .. _Console: http://sourceforge.net/projects/console
109
110
99 Installing the development version
111 Installing the development version
100 ----------------------------------
112 ----------------------------------
101
113
General Comments 0
You need to be logged in to leave comments. Login now