InstallationΒΆ

First, we strongly recommend the use of a virtual environment. In linux:

virtualenv .venv -p python3
source .venv/bin/activate

Install trasgoDP (linux and windows) using pip:

pip install trasgodp

Install the most updated version (linux and windows), using git:

pip install git+https://github.com/IFCA-Advanced-Computing/trasgoDP