windows
Some checks are pending
Git clone and run / linux-git-clone-and-run (push) Waiting to run
Git clone and run / windows-git-clone-and-run (push) Waiting to run
Installing via pip and running / install-and-run-on-python-3-11 (push) Waiting to run
Installing via pip and running / install-and-run-on-python-3-12 (push) Waiting to run
Installing via pip and running / install-and-run-on-python-3-10 (push) Waiting to run
Installing via pip and running / windows-git-clone-and-run (push) Waiting to run

This commit is contained in:
Claudio Santini 2025-02-12 20:35:39 +01:00
parent 3a306f36dc
commit 0d572d0f7f

View file

@ -64,6 +64,19 @@ Then you can run the GUI with:
audiblez-ui
```
## How to run on Windows
After many trials, on Windows we recommend to install audiblez in a Python venv:
1. Open a Windows terminal
2. Create anew folder: `mkdir audiblez`
3. Enter the folder: `cd audiblez`
4. Create a venv: `python -m venv venv`
5. Activate the venv: `.\venv\Scripts\Activate.ps1`
6. Install the dependencies: `pip install audiblez pillow wxpython`
7. Now you can run `audiblez` or `audiblez-ui`
8. For Cuda support, you need to install Pytorch accordingly: https://pytorch.org/get-started/locally/
## Speed
@ -107,6 +120,7 @@ We don't currently support Apple Silicon, as there is not yet a Kokoro implement
Sometimes you want to manually select which chapters/sections in the e-book to read out loud.
To do so, you can use `--pick` to interactively choose the chapters to convert (without running the GUI).
## Help page
For all the options available, you can check the help page `audiblez --help`: