Update README.md

This commit is contained in:
SevaSk 2023-05-14 10:42:12 -04:00 committed by GitHub
parent 8737ff656f
commit 1effee8bff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,13 @@ Follow these steps to set up and run ecoute on your local machine.
```
pip install -r requirements.txt
```
(OPTIONAL) but will make program run faster
'''
pip install torch --index-url https://download.pytorch.org/whl/cu117
'''
4. Create a `keys.py` file and add your OpenAI API key: