You should have pipenv
installed. pyenv
is optional but preferred for installing the recommended version of Python.
pipenv install
pipenv shell
Copy configurations:
cp server.yml{.example,}
cp iruka_client/iruka.yml{.example,}
Generate protobuf bindings/grpc stubs:
scripts/gen_protos.py
Then you are all set.
-
For server:
python iruka_server.py runserver
-
For clients:
cd iruka_client python -m iruka