Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zachwe committed Feb 22, 2024
1 parent 11ecaff commit 3cd9ea7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ Our kids should grow up in a household full of hackable droids they can play wit

2. Download server-side models and put them inside of `uberduck-py/models` (**TODO: share models**.)

### Install Dependencies

1. Install espeak (`brew install espeak` on Mac OS or `sudo apt-get install espeak-ng` on Debian Linux).

- There may be other environment variables you need to set on Mac OS. I had to: `export PHONEMIZER_ESPEAK_LIBRARY=/opt/homebrew/Cellar/espeak/1.48.04_1/lib/libespeak.dylib`.

3. `pip install -r openduck-py/requirements.txt`

### Without Docker

`uvicorn openduck_py.routers.main:app --reload --env-file .env`
Expand Down

0 comments on commit 3cd9ea7

Please sign in to comment.