Skip to content

Commit

Permalink
Updated repo for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
ybayle committed May 11, 2017
1 parent 1b16322 commit e83e6ff
Show file tree
Hide file tree
Showing 10 changed files with 711 additions and 972 deletions.
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ ENV/
.ropeproject

# Custom ignore
ISRC_country_repartition.png
ISRC_valid.txt
ISRC_year_distribution.png
createSpotifyPlaylist.py
utils_to_add.py
satin/ISRC_country_repartition.png
satin/ISRC_valid.txt
satin/ISRC_year_distribution.png
satin/createSpotifyPlaylist.py
satin/utils_to_add.py
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ As the features in SOFT1 are too large to be shared on a GitHub repository, plea

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

or you can type in your linux terminal `pip install bayle` and launch these two commands in your python interpreter:
or you can type in your linux terminal `pip install satin` and launch these two commands in your python interpreter:
```
from bayle import satin
import satin
satin.main()
```

Expand Down
276 changes: 0 additions & 276 deletions createSpotifyPlaylist.py

This file was deleted.

File renamed without changes.
File renamed without changes.
Loading

0 comments on commit e83e6ff

Please sign in to comment.