mirror of
https://github.com/vale981/jobmanager
synced 2025-03-04 17:31:39 -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
|
||||
==========
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue