Installation ############ First, we strongly recommend the use of a virtual environment. In linux: .. code-block:: console virtualenv .venv -p python3 source .venv/bin/activate Install trasgoDP (linux and windows) using `pip`_: .. code-block:: console pip install trasgodp Install the most updated version (linux and windows), using git: .. code-block:: console pip install git+https://github.com/IFCA-Advanced-Computing/trasgoDP .. _pip: https://pypi.org/project/trasgoDP/