1.1 Requirements
Psyco currently requires:
- A 32-bit Pentium or any other Intel 386 compatible processor. Sorry, no other processor is supported. Psyco does not support the 64-bit x86 architecture, unless you have a Python compiled in 32-bit compatibility mode.
- A regular Python installation, version 2.1 or up. Psyco is not a replacement for the Python interpreter and libraries, it works on top of them.
- It is recommended to use a Python version at least as recent as 2.2.2, which introduced a few minor ``hooks'' into which Psyco can plug additional features.
Psyco is not dependent on a particular OS. Precompiled binaries are provided for Windows. Compiling on Linux (or other Unixes) should be easy.
Release 1.5.1, documentation updated on updated Feb 28th, 2005.