A longer description of your project goes here...
- Navigate to directory with this README.md
- Create virtual environment with python 3.7:
python3.7 -m venv duck-env
- Enter virtual-environment:
source duck-env/bin/activate
- Setup and install everything:
pip install -e .
This project has been set up using PyScaffold 3.1. For details and usage information on PyScaffold see https://pyscaffold.org/.