~ipython-contrib/+junk/ipython-zmq

« back to all changes in this revision

Viewing changes to doc/README_Windows.txt

  • Committer: ville
  • Date: 2008-02-16 09:50:47 UTC
  • mto: (0.12.1 ipython_main)
  • mto: This revision was merged to the branch mainline in revision 990.
  • Revision ID: ville@ville-pc-20080216095047-500x6dluki1iz40o
initialization (no svn history)

Show diffs side-by-side

added added

removed removed

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