We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27081e4 commit bdedd02Copy full SHA for bdedd02
1 file changed
README.md
@@ -4,18 +4,20 @@
4
5
## Basic Setup
6
7
-<img src="fish/assets/example_1_basic.png" width="800" />
+<img src="assets/example_1_basic.png" width="800" />
8
9
## Text to Speech
10
11
-<img src="fish/assets/example_1_tts.png" width="800" />
+<img src="assets/example_1_tts.png" width="800" />
12
13
# Build from Source
14
15
```bash
16
conda create -n pyqt python=3.10
17
conda activate pyqt
18
pip install pdm
19
+# for windows nuitka build
20
+pip install nuitka
21
pdm install
22
pdm run build.py
23
```
@@ -24,7 +26,7 @@ pdm run build.py
24
26
25
27
28
-python fish/__main__.py
29
+python main.py
30
31
32
# Run
0 commit comments