pipenv

You will need to install pipenv as follows:

pip install pipenv

Create a directory for the virtual environment and change to that directory:

mkdir hiclass-environment && cd hiclass-environment

Once all the dependencies are installed, to start a session with the correct virtual environment activated:

pipenv shell

To exit the shell session:

exit