To install the requirements for tinkerer, use virtualenv and pip:
cd /path/to/bakery
virtualenv env
. env/bin/activate
pip install -r requirements.txt
Clone this repo and run the following command in the project folder:
tinker --build
To install the requirements for tinkerer, use virtualenv and pip:
cd /path/to/bakery
virtualenv env
. env/bin/activate
pip install -r requirements.txt
Clone this repo and run the following command in the project folder:
tinker --build