You will need pipenv installed on your machine. Open a terminal and run
pip3 install pipenv
To run the code you need to activate the virtual environment. Do the following:
cd ~git clone [link to repo]cd [repo name]virtualenv .pipenv installsource bin/activate
To deactivate the environment simply type deactivate in the terminal