Skip to content

Commit 0a6443d

Browse files
author
arch
committed
add build notes to readme
1 parent 8723efe commit 0a6443d

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,18 @@ A Python program to quickly create prototype algorithms to partially automate th
99
- The application documentation is located in `./docs/app/site/` (`index.html`).
1010
- The code documentation is located in `./docs/code/_build/html/` (`index.html`).
1111

12-
## Build Pip-Package (Optional)
12+
## Build
13+
14+
### Windows (currently not working)
15+
16+
Use `pyinstaller` in anaconda environment:
17+
18+
```
19+
pip install pyinstaller
20+
pyinstaller --onefile main.py
21+
```
22+
23+
### Pip-Package (Recommend for Linux)
1324

1425
Generate distribution package of this project. These are archives that can be uploaded to an local Package Index and can be installed by pip.
1526

0 commit comments

Comments
 (0)