python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txtSimple type deactivate into the shell, to leave the development environment.
pytestpython3 setup.py bdist_wheelThe resulting wheel package in dist can be installed with pip like so:
pip install demo_python_package-0.0.2-py3-none-any.whlpip install git+https://github.com/mlangc/demo-python-package.git