You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,20 @@ A Python program to quickly create prototype algorithms to partially automate th
6
6
7
7
## Documentation
8
8
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`).
9
+
The application documentation is located in [`./docs/app/docs/index.md`](https://github.com/michael-mueller-git/Python-Funscript-Editor/blob/main/docs/app/docs/index.md)
11
10
12
11
## Build
13
12
14
13
### Windows
15
14
16
-
Use `pyinstaller` in anaconda environment with all required packages set up:
15
+
Use `pyinstaller` in anaconda environment with all packages from `requirements.txt`set up. Then run:
0 commit comments