Update pyproject.toml and README.md to reflect new conditions.

This commit is contained in:
Pim Nelissen
2026-02-13 15:02:53 +01:00
parent ac8c38592d
commit 845f006cd3
2 changed files with 12 additions and 0 deletions

View File

@ -31,6 +31,14 @@ With the virtual environment activated, run:
pip install -e .[dev]
```
## Running example landscape
The example landscape can be generated using the command-line interface. Still in the virtual environment, run
```
pgrad --test --loglevel DEBUG
```
## Tests
Tests can be run with `pytest` from the root directory of the repository. With the virtual environment activated, run: