Skip to content

Commit e83e6ff

Browse files
committed
Updated repo for pip
1 parent 1b16322 commit e83e6ff

10 files changed

+711
-972
lines changed

Diff for: .gitignore

+5-5
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ ENV/
8989
.ropeproject
9090

9191
# Custom ignore
92-
ISRC_country_repartition.png
93-
ISRC_valid.txt
94-
ISRC_year_distribution.png
95-
createSpotifyPlaylist.py
96-
utils_to_add.py
92+
satin/ISRC_country_repartition.png
93+
satin/ISRC_valid.txt
94+
satin/ISRC_year_distribution.png
95+
satin/createSpotifyPlaylist.py
96+
satin/utils_to_add.py

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ As the features in SOFT1 are too large to be shared on a GitHub repository, plea
5454

5555
You can either fork the repo and launch `python satin.py`
5656

57-
or you can type in your linux terminal `pip install bayle` and launch these two commands in your python interpreter:
57+
or you can type in your linux terminal `pip install satin` and launch these two commands in your python interpreter:
5858
```
59-
from bayle import satin
59+
import satin
6060
satin.main()
6161
```
6262

Diff for: createSpotifyPlaylist.py

-276
This file was deleted.

Diff for: SATIN.csv renamed to satin/SATIN.csv

File renamed without changes.

Diff for: citation.bib renamed to satin/citation.bib

File renamed without changes.

0 commit comments

Comments
 (0)