Skip to content

Commit

Permalink
add activation instuction
Browse files Browse the repository at this point in the history
  • Loading branch information
lennart-rth committed Jan 27, 2023
1 parent 696f051 commit 1eec762
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,29 @@ Filter the Discussions or Issues for the "For Contributers" label to find them.
### Building from source

1. `python -m venv venv`
2. `source env/bin/activate`
2. `source venv/bin/activate`
3. `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](https://jrsoftware.org/isinfo.php).
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

0 comments on commit 1eec762

Please sign in to comment.