OLD | NEW |
(Empty) | |
| 1 Cython - Installation Instructions |
| 2 ================================== |
| 3 |
| 4 You have two installation options: |
| 5 |
| 6 (1) Run the setup.py script in this directory |
| 7 as follows: |
| 8 |
| 9 python setup.py install |
| 10 |
| 11 This will install the Cython package |
| 12 into your Python system. |
| 13 |
| 14 OR |
| 15 |
| 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. |
| 21 |
| 22 See README.txt for pointers to other documentation. |
OLD | NEW |