File: INSTALL.txt

package info (click to toggle)
pyrex 0.9.3-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,140 kB
  • ctags: 2,220
  • sloc: python: 10,912; ansic: 3,111; makefile: 103; lisp: 12
file content (22 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pyrex - Installation Instructions
=================================

You have two installation options:

(1) Run the setup.py script in this directory 
    as follows:

        python setup.py install

    This will install the Pyrex package
    into your Python system.

OR

(2) If you prefer not to modify your Python
    installation, arrange for the directory
    containing this file (INSTALL.txt) to be in 
    your PYTHONPATH. On unix, also put the bin
    directory on your PATH.

See README.txt for pointers to other documentation.