correct version number and included examples in pypi package

This commit is contained in:
Paul Müller 2014-12-22 20:14:46 +01:00
parent e6d00038ad
commit c16d7a13a5
2 changed files with 10 additions and 6 deletions

View file

@ -1,12 +1,16 @@
jobmanager
==========
easy distributed computing based on the python class SyncManager for remote communication and python module multiprocessing for local parallelism
Easy distributed computing based on the python class SyncManager for remote communication and python module multiprocessing for local parallelism.
### testing
### Testing on Linux
After cloning into jobmanager, create a virtual environment
virtualenv --system-site-packages ve_jm
source ve_jm/bin/activate
python setupy.py install
python examples/simple/simple_example.py
virtualenv --system-site-packages ve_jm
source ve_jm/bin/activate
Install jobmanager into the environment and run a simple example.
python setupy.py install
python examples/simple_example.py