mirror of
https://github.com/vale981/jobmanager
synced 2025-03-05 09:51:38 -05:00
correct version number and included examples in pypi package
This commit is contained in:
parent
e6d00038ad
commit
c16d7a13a5
2 changed files with 10 additions and 6 deletions
16
README.md
16
README.md
|
@ -1,12 +1,16 @@
|
||||||
jobmanager
|
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
|
virtualenv --system-site-packages ve_jm
|
||||||
source ve_jm/bin/activate
|
source ve_jm/bin/activate
|
||||||
python setupy.py install
|
|
||||||
python examples/simple/simple_example.py
|
Install jobmanager into the environment and run a simple example.
|
||||||
|
|
||||||
|
python setupy.py install
|
||||||
|
python examples/simple_example.py
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue