This adds a simple Makefile which will setup all needed tools on a developers machine to be able to contribute to this repo. They simply just run the commands below (included in new sections in the README.md):
make venv # run once
source venv/bin/activate # run for every new terminal
This adds a simple
Makefile
which will setup all needed tools on a developers machine to be able to contribute to this repo. They simply just run the commands below (included in new sections in the README.md):