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: docs/app/docs/user-guide/build.md
+1-11Lines changed: 1 addition & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,7 @@ For Windows user i recommend to use the release version from [github release pag
6
6
7
7
We use [pyinstaller](https://pypi.org/project/pyinstaller/) in [miniconda](https://docs.conda.io/en/latest/miniconda.html) environment to create an Windows executable.
8
8
9
-
First download and install [miniconda](https://docs.conda.io/en/latest/miniconda.html) (If you have already [anaconda](https://www.anaconda.com/) installed on your computer you can skip this step). Then run the following commands in the project root directory:
10
-
11
-
```
12
-
conda env create -f environment_windows.yaml
13
-
conda activate python-funscript-editor
14
-
build.bat
15
-
```
16
-
17
-
This create the Windows executable in `./dist`.
18
-
19
-
Finally you can remove the build environment with `conda env remove -n python-funscript-editor`
9
+
First download and install [miniconda](https://docs.conda.io/en/latest/miniconda.html). Then double click the `build.bat` int the repository root directory to start the build process. This create the Windows executable in `./dist`.
0 commit comments