This is the way you could add it to python older version:
svn checkout https://python-multiprocessing.googlecode.com/svn/trunk python-multiprocessing
then navigate to the folder:
cd python-multiprocessing
python setup.py build
sudo python setup install
The other way suggested by http://code.google.com/p/python-multiprocessing/wiki/Install
$ svn checkout https://python-multiprocessing.googlecode.com/svn/trunk python-multiprocessing
$ cd python-multiprocessing $ make $ make test $ make examples
I got error when tried the previous method but the first one works.
All done...enjoy!
No comments:
Post a Comment