We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8723efe commit 0a6443dCopy full SHA for 0a6443d
README.md
@@ -9,7 +9,18 @@ A Python program to quickly create prototype algorithms to partially automate th
9
- The application documentation is located in `./docs/app/site/` (`index.html`).
10
- The code documentation is located in `./docs/code/_build/html/` (`index.html`).
11
12
-## Build Pip-Package (Optional)
+## 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)
24
25
Generate distribution package of this project. These are archives that can be uploaded to an local Package Index and can be installed by pip.
26
0 commit comments