requirements

This commit is contained in:
Mylloon 2023-09-06 03:20:42 +02:00
parent 3cd0c2f543
commit be7a7b6768
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,7 @@
# GeneRatio # GeneRatio
Remplir un .env avec les champs suivant : - Installe les dépendances : `pip install -r requirements.txt`
- Remplir un .env avec les champs suivant :
```env ```env
SPOTIPY_CLIENT_ID="XXXXX" SPOTIPY_CLIENT_ID="XXXXX"

2
requirements.txt Normal file
View file

@ -0,0 +1,2 @@
python-dotenv==1.0.0
spotipy==2.23.0