Blame INSTALL.txt

Packit 562c7a
Cython - Installation Instructions
Packit 562c7a
==================================
Packit 562c7a
Packit 562c7a
You have two installation options:
Packit 562c7a
Packit 562c7a
(1) Run the setup.py script in this directory
Packit 562c7a
    as follows:
Packit 562c7a
Packit 562c7a
        python setup.py install
Packit 562c7a
Packit 562c7a
    This will install the Cython package
Packit 562c7a
    into your Python system.
Packit 562c7a
Packit 562c7a
OR
Packit 562c7a
Packit 562c7a
(2) If you prefer not to modify your Python
Packit 562c7a
    installation, arrange for the directory
Packit 562c7a
    containing this file (INSTALL.txt) to be in
Packit 562c7a
    your PYTHONPATH. On unix, also put the bin
Packit 562c7a
    directory on your PATH.
Packit 562c7a
Packit 562c7a
See README.txt for pointers to other documentation.