Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BBC-Esq authored Feb 18, 2024
1 parent 1433c73 commit 9f959cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ source bin/activate
```
python setup_linux.py
```
* If when running the program you encounter any errors regarding ```portaudio```, you can get it [HERE](https://files.portaudio.com/download.html).
### Optional Step 6
Run this script if you want to doublecheck wherher you installed the Pytorch and gpu-acceleration software correctly:
```
Expand All @@ -195,6 +196,7 @@ python check_gpu.py
brew install portaudio
```
* This requires Homebrew to be installed first. If it's not, run the following command before running ```brew install portaudio```:
* If you encounter problems installing portaudio try going [HERE](https://files.portaudio.com/download.html).
```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
Expand Down

0 comments on commit 9f959cd

Please sign in to comment.