Installing Guillotina

To install Guillotina, we will use pip and Docker.

Please make sure that you have both installed.

Note

It is recommended you install along with a virtual environment

python3.7 -m venv genv
cd genv
source ./bin/activate
pip install guillotina

For the purpose of this training, you’ll also need to install Cookiecutter.

pip install cookiecutter

References