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:

  1. git clone https://github.com/TUBAF-EM/FDIP.git
  2. to its location with bash, PowerShell etc.
  3. install the code editable by pip install -e .
  4. 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.