1 Cython - Installation Instructions
2 ==================================
4 You have two installation options:
6 (1) Run the setup.py script in this directory
9 python setup.py install
11 This will install the Cython package
12 into your Python system.
16 (2) If you prefer not to modify your Python
17 installation, arrange for the directory
18 containing this file (INSTALL.txt) to be in
19 your PYTHONPATH. On unix, also put the bin
20 directory on your PATH.
22 See README.txt for pointers to other documentation.