Installation¶
In order to use Flock Multiprocessing you only need to install it with pip:
pip install flockmp
Contribute¶
Please, we want to hear back from you. Go to the github page and make your contributions too. Your help can range from ideas and improve documentation to actually coding new features!
If you want to clone/fork the repository, follow these steps.
Follow the next steps in order to install the Flock module:
git clone http://github.com/Captalys/Flockcd Flockpython setup.py developpython -m unittest discover test
Make sure that all the tests run correctly.