Skip to content

Commit bdedd02

Browse files
committed
Ver 1.2.0: update assets locales
1 parent 27081e4 commit bdedd02

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,20 @@
44

55
## Basic Setup
66

7-
<img src="fish/assets/example_1_basic.png" width="800" />
7+
<img src="assets/example_1_basic.png" width="800" />
88

99
## Text to Speech
1010

11-
<img src="fish/assets/example_1_tts.png" width="800" />
11+
<img src="assets/example_1_tts.png" width="800" />
1212

1313
# Build from Source
1414

1515
```bash
1616
conda create -n pyqt python=3.10
1717
conda activate pyqt
1818
pip install pdm
19+
# for windows nuitka build
20+
pip install nuitka
1921
pdm install
2022
pdm run build.py
2123
```
@@ -24,7 +26,7 @@ pdm run build.py
2426

2527
```bash
2628
conda activate pyqt
27-
python fish/__main__.py
29+
python main.py
2830
```
2931

3032
# Run

0 commit comments

Comments
 (0)