INSTALL.txt 542 B

12345678910111213141516171819202122
  1. Cython - Installation Instructions
  2. ==================================
  3. You have two installation options:
  4. (1) Run the setup.py script in this directory
  5. as follows:
  6. python setup.py install
  7. This will install the Cython package
  8. into your Python system.
  9. OR
  10. (2) If you prefer not to modify your Python
  11. installation, arrange for the directory
  12. containing this file (INSTALL.txt) to be in
  13. your PYTHONPATH. On unix, also put the bin
  14. directory on your PATH.
  15. See README.txt for pointers to other documentation.