Python 2.4 or higher.
You can check out the source code from CVS repository with the following command:
$ cvs -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/young login Logging in to :pserver:anonymous@cvs.sourceforge.jp:2401/cvsroot/young CVS password:<ENTER> # When prompted for a password, simply press the Enter key $ cvs -z3 -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/young co young
To get the latest CVS snapshot, click HERE.
There are two ways to install young.
Unpack the compressed file and run $ python setup.py install. That's all.
$ tar zxfv young-xxx.tar.gz $ cd young-xxx $ python setup.py install
(xxx is the version number)
Double click on young-xxx.win32.exe to invoke the installer. After that, just follow the instruction.
The binary installer is available for Windows only.
To check if the installation is done right, start up an interpreter and import Young module.
$ python2.4 [snip] >>> import young >>> young.version '0.2.3'
If Python complains about ImportError, please reverify the installation process.