InstallationΒΆ
checkout the code from GitHub:
$ git clone git@github.com:tetrahedron-technologies/pydhsfw.git
$ cd pydhsfw
optionally setup and source a virtualenv:
$ virtualenv -p python3.8 .env
$ source .env/bin/activate
$ pip install --upgrade pip
and install into local python environment:
$ pip install -e .