##// END OF EJS Templates
Updated python version requirement to 2.3
vivainio -
Show More
@@ -1,42 +1,42 b''
1 Notes for Windows Users
1 Notes for Windows Users
2 =======================
2 =======================
3
3
4 These are just minimal notes. The manual contains more detailed
4 These are just minimal notes. The manual contains more detailed
5 information.
5 information.
6
6
7 Requirements
7 Requirements
8 ------------
8 ------------
9
9
10 IPython runs under (as far as the Windows family is concerned):
10 IPython runs under (as far as the Windows family is concerned):
11
11
12 - Windows XP (I think WinNT/2000 are ok): works well. It needs:
12 - Windows XP (I think WinNT/2000 are ok): works well. It needs:
13
13
14 * PyWin32, the win32 Python extensions from
14 * PyWin32, the win32 Python extensions from
15 http://starship.python.net/crew/mhammond.
15 http://starship.python.net/crew/mhammond.
16
16
17 * Gary Bishop's readline from
17 * Gary Bishop's readline from
18 http://sourceforge.net/projects/uncpythontools.
18 http://sourceforge.net/projects/uncpythontools.
19
19
20 * This in turn requires Tomas Heller's ctypes from
20 * This in turn requires Tomas Heller's ctypes from
21 http://starship.python.net/crew/theller/ctypes.
21 http://starship.python.net/crew/theller/ctypes.
22
22
23 - Windows 95/98/ME: I have no idea. It should work, but I can't test.
23 - Windows 95/98/ME: I have no idea. It should work, but I can't test.
24
24
25 - CygWin environments should work, they are basically Posix.
25 - CygWin environments should work, they are basically Posix.
26
26
27 It needs Python 2.2 or newer.
27 It needs Python 2.3 or newer.
28
28
29
29
30 Installation
30 Installation
31 ------------
31 ------------
32
32
33 Double-click the supplied .exe installer file. If all goes well, that's all
33 Double-click the supplied .exe installer file. If all goes well, that's all
34 you need to do. You should now have an IPython entry in your Start Menu.
34 you need to do. You should now have an IPython entry in your Start Menu.
35
35
36 In case the automatic installer does not work for some reason, you can
36 In case the automatic installer does not work for some reason, you can
37 download the ipython-XXX.tar.gz file, which contains the full IPython source
37 download the ipython-XXX.tar.gz file, which contains the full IPython source
38 distribution (the popular WinZip can read .tar.gz files). After uncompressing
38 distribution (the popular WinZip can read .tar.gz files). After uncompressing
39 the archive, you can install it at a command terminal just like any other
39 the archive, you can install it at a command terminal just like any other
40 Python module, by using python setup.py install'. After this completes, you
40 Python module, by using python setup.py install'. After this completes, you
41 can run the supplied win32_manual_post_install.py script which will add
41 can run the supplied win32_manual_post_install.py script which will add
42 the relevant shortcuts to your startup menu.
42 the relevant shortcuts to your startup menu.
General Comments 0
You need to be logged in to leave comments. Login now