Skip to content

Commit

Permalink
Ver 1.2.0: update assets locales
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyaCoder committed Nov 4, 2024
1 parent 27081e4 commit bdedd02
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@

## Basic Setup

<img src="fish/assets/example_1_basic.png" width="800" />
<img src="assets/example_1_basic.png" width="800" />

## Text to Speech

<img src="fish/assets/example_1_tts.png" width="800" />
<img src="assets/example_1_tts.png" width="800" />

# Build from Source

```bash
conda create -n pyqt python=3.10
conda activate pyqt
pip install pdm
# for windows nuitka build
pip install nuitka
pdm install
pdm run build.py
```
Expand All @@ -24,7 +26,7 @@ pdm run build.py

```bash
conda activate pyqt
python fish/__main__.py
python main.py
```

# Run
Expand Down

0 comments on commit bdedd02

Please sign in to comment.