Upgrading deb packaging
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adsooi 2024-10-14 17:18:58 +02:00
parent 3a81441d0b
commit c03afdf4ee
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
7 changed files with 39 additions and 18 deletions

View file

@ -68,7 +68,13 @@ To run LogarithmPlotter's tests, follow these steps:
- Python
- Install python3 and [poetry](https://python-poetry.org/)
- Run `poetry install --with test`
- Create and activate virtual env (recommended)
- Go into `runtime-pyside6` and run `poetry install --with test`
- ECMAScript
- Install node with npm
- Go into `common` and run `npm install -D`
Finally, to actually run the tests:
- Run `scripts/run-tests.sh`
## Legal notice