Add psutil to apple instructions

This commit is contained in:
Kevin Stock 2023-09-11 00:07:46 -04:00 committed by GitHub
parent 5415d47a1d
commit 2cd1120c82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,7 +136,7 @@ Be sure to do that after you activate the environment. If you don't use conda th
```shell
python3.10 -m venv .venv
source .venv/bin/activate
pip install numba inflect
pip install numba inflect psutil
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
pip install transformers
git clone https://github.com/neonbjb/tortoise-tts.git