Skip to content

Commit

Permalink
Merge pull request #47 from alhdo/main
Browse files Browse the repository at this point in the history
Update documentation add instruction for poetry
  • Loading branch information
etown authored Mar 3, 2024
2 parents e42bd18 + f6a26ed commit 8759b16
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions docs/macos_and_linux_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,25 @@ Owl uses PyAnnote for diarization. Please visit Hugging Face and accept the term

3. **Install Dependencies**

Use Poetry to install the required dependencies:
Install required OS dependencies
```
# on Ubuntu or Debian
sudo apt install portaudio19-dev python3-pyaudio
# on Mac Os
brew install portaudio
```
Use Poetry to install the required dependencies:
```
poetry install
```

4. **Start the Server**
4. **Activate environment**
Activate virtual env created with poetry

```
poetry shell
```
5. **Start the Server**

Launch the Owl server:
```
Expand Down

0 comments on commit 8759b16

Please sign in to comment.