Add compilation instructions to README
This commit is contained in:
parent
06db2121c8
commit
6daf4be036
1 changed files with 7 additions and 0 deletions
|
@ -8,4 +8,11 @@ Full of programming warcrimes
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
## Compilation
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pip install nuitka
|
||||||
|
nuitka --onefile --include-data-dir=src/locales=src/locales src/main.py
|
||||||
```
|
```
|
Loading…
Add table
Reference in a new issue