To install the software, you can just type
pip install TDIP
It is hosted at https://github.com/TUBAF-EM/FDIP, so you can also download it.
Staying updated
To keep updated with the development independent on versions:
git clone https://github.com/TUBAF-EM/FDIP.git- to its location with bash, PowerShell etc.
- install the code editable by
pip install -e . - Update at any later time by
git pull
Using UV
If you use UV, the simplest way is to create a virtual environment by typing uv run in the project folder.
The venv is created in the main folder and if you open the folder in VSCode it is chosen as default environment.