Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

39 lines (29 loc) · 1.03 KB

golem-workers contributing

Development environment

Prerequisites

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.

Installation

  1. Clone the repo
    git clone https://github.com/golemfactory/golem-workers
  2. Go inside of the newly created directory
    cd golem-workers
  3. Install project dependencies
    poetry install

Running

Follow web server chapter in README.md file.