This commit is contained in:
parent
b50d56d511
commit
9072e94d14
8 changed files with 66 additions and 28 deletions
13
README.md
13
README.md
|
@ -41,11 +41,6 @@ For all builds, you need [Python 3](https://python.org) with [PySide6](https://p
|
|||
- To build the snap, you need [snapcraft](https://snapcraft.io) installed.
|
||||
- Run `package-linux.sh`.
|
||||
|
||||
|
||||
### Linux
|
||||
|
||||
Run `bash linux/install_local.sh`
|
||||
|
||||
## Contribute
|
||||
|
||||
There are several ways to contribute to LogarithmPlotter.
|
||||
|
@ -54,6 +49,14 @@ There are several ways to contribute to LogarithmPlotter.
|
|||
|
||||
- You can help the development of LogarithmPlotter. In order to get started, take a look at the [wiki](https://git.ad5001.eu/Ad5001/LogarithmPlotter/wiki/_pages).
|
||||
|
||||
## Tests
|
||||
|
||||
To run LogarithmPlotter's test, use the following:
|
||||
|
||||
- Python
|
||||
- Install `pytest` and `pytest-cov`
|
||||
- Run `pytest --cov`
|
||||
|
||||
## Legal notice
|
||||
LogarithmPlotter - 2D plotter software to make BODE plots, sequences and repartition functions.
|
||||
Copyright (C) 2021-2024 Ad5001 <mail@ad5001.eu>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue