-
Install PDM.
(Make sure thatpdm-backendis installed prior to synchronizing dependencies) -
Install project dependencies by running:
pdm sync --no-isolation -
Prefix every
pythoncommand withpdm run. For example:pdm run python src/aicsshparam/tests/dummy_test.py
Note: The current lock file includes all dependencies. If you only need the runtime dependencies, delete the existing lock file and generate a new one running pdm lock.