Golem-workers uses poetry for project management and poethepoet for task running. To install those tools you can use pipx:
pipx install poetry poethepoet
or just pip:
pip install poetry poethepoet
Also, golem-workers needs some instance of golem-node to interact with Golem Network.
Download newest stable version golem-requestor-<your OS type>
and make sure that its binaries are available from your PATH
environment variable.
- Clone the repo
git clone https://github.com/golemfactory/golem-workers
- Go inside of the newly created directory
cd golem-workers
- Install project dependencies
poetry install
Follow web server chapter in README.md file.