diff --git a/README b/README index b802851..316abd7 100644 --- a/README +++ b/README @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 479d2a6..2568eb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,12 +14,12 @@ license = {text = "GPL-2.0"} keywords = ["NMR", "data-processing"] readme = {file = "README", content-type = "text/plain"} dependencies = [ - "scipy >= 0.14.0", - "numpy >= 1.8.2, < 2.0", + "scipy>=0.14.0", + "numpy>=1.8.2,<2.0", "tables >= 3.1.1", "matplotlib >= 1.4.1, <= 3.6", "pyxdg", - "PyGObject >= 3.14.0, <= 3.51.0" + "PyGObject >= 3.14.0, <= 3.51.0", ] authors = [ {name = "Achim Gädke"},