InstallationΒΆ
The taskfarm-worker module requires a running taskfarm server (installation instructions). Once you have a running server you can either install the taskfarm-worker from source
git clone https://github.com/mhagdorn/taskfarm-worker.git
cd taskfarm-worker
python3 setup.py install
or simply using pip
pip install taskfarm-worker