You are welcome to:
- open/solve Issues
- open Pull Requests
- Propose Features/Ideas in the Discussion tab.
Always add a appropiate label to your Issue
- Open a PR only for a single topic. Do not mix chnages from diffrent Issues/Features in on PR!
- Describe your chnages and what they do.
- Before you commit run:
We have list of Features/Issues you could implement/fix.
Filter the Discussions or Issues for the "For Contributers" label to find them.
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
PyPi:
activate: source venv/bin/activate
build: python -m build
install: pip install liewa
uninstall: pip uninstall liewa
Linux:
activate: source venv/bin/activate
build: ./build.sh
install: sudo dpkg -i liewa.deb
uninstall: sudo dpkg -P liewa
Windows:
activate: source venv/bin/activate
build: pyinstaller app.spec
compile: Compile the winCompiler.iss file with the Inno Software.
install: Execute liewaInstaller.exe
MacOS:
activate: source venv/bin/activate
build: pyinstaller app.spec
build dmg: ./builddmg.sh
install by drag and drop from dmg