sudo apt install make git zip
sudo pip3 install --upgrade pipenv
sudo apt install python3.7 python3.7-dev
make depends-force
(Optional) Install packpack
curl -s https://packagecloud.io/install/repositories/packpack/packpack/script.deb.sh | sudo bash
make
You can create a .venv
directory under the project's root directory. Pipenv will automatically
use this directory. Furthermore, you will be able to debug with Code.