added scipy and numpy to pyproject.toml, clarified dependencies when using uv run DAMARIS3

This commit is contained in:
2026-07-11 22:08:17 +02:00
parent 058716f3c0
commit d48f96e498
2 changed files with 12 additions and 3 deletions
+9
View File
@@ -15,3 +15,12 @@ Alternatively you can install withoout the system-site-packages:
pip install -e .
This will download newer packages and install them in the venv.
Using uv
========
Dependicies needed:
sudo apt install libgirepository1.0-dev pkg-config
Then you can start DAMARIS3:
uv run DAMARIS3