Removing last instances of PySide2, updating copyrights & version to v0.4
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Adsooi 2023-05-23 12:42:43 +02:00
parent 7a80455e25
commit 3904dc0217
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
7 changed files with 9 additions and 9 deletions

View file

@ -25,7 +25,7 @@ In order to test translations, you can use the `--lang=<lang code>` command line
All scripts noted here can be found in the `scripts` directory.
You can generate installers from LogarithmPlotter after installing all the dependencies:
For all builds, you need [Python 3](https://python.org) with [PySide2](https://pypi.org/project/PySide2/) installable with `pip install PySide2`.
For all builds, you need [Python 3](https://python.org) with [PySide6](https://pypi.org/project/PySide6/) installable with `pip install PySide6`.
- Windows installer:
- You need `pyinstaller`. You can install it using `pip install pyinstaller`.
- Run the `build-windows.bat` script (or `build-wine.sh` if you're cross-compiling with wine on Linux) to build an exe for LogarithmPlotter.