Create python virtual environment and install the (editable) package with the following commands:
sudo pip3 install virtualenv
cd <PATH_TO_VENV_DIRECTORY>
virtualenv .venv --python=/usr/bin/python3
source .venv/bin/activate
Install the dependencies:
pip install -e .