Warning
This documentation does not refer to the most recent version of Pylons. Current Documentation
First, please note that Python 2.3 users on Windows will need to install subprocess.exe before beginning the installation.
Then, if you want to install Pylons system-wide (you'll need root access) so it can be used by everyone:
Or if you'd like to use a custom installation location, follow the steps there, then install Pylons as shown above. Reading the Easy Install documentation can be useful to determine if you'd prefer system-wide installation or not.
All Windows users should read the section Post install tweaks for Windows after installation.
For a full installation including some cutting edge optional extras:
``python ez_setup.py -f http://pylonshq.com/download/ "Pylons[test,pudge,kid,cheetah]==0.8.2"``
For absolutely the latest version (or to upgrade to the latest) run:
easy_install -U Pylons
Not satisfied with the latest release? Want to be on the cutting edge or work with Pylons source code? Feel free to get involved with Pylons and work with the latest development version.
The versions of Cheetah, docutils, elementtree, nose and just about everything else has been slightly modified by James Gardner so that they support setuptools and Python 2.3 and can automatically be installed by easy_install. Some of these packages have installation instructions which might require manual tweaking. If you plan to use the packages outside Pylons you may prefer to install them manually yourself to be 100% confident that they are setup correctly although the Pylons team haven't spotted any problems yet and they appear to work perfectly.