The package can be installed by pip install FDIP. It is hosted at https://github.com/TUBAF-EM/FDIP. To use the package and keep updated 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

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.