Skip to content

Commit

Permalink
Adding Tk to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
linsomniac committed Feb 7, 2024
1 parent 7063f6c commit d80a222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ To run directly from source:
git clone git@github.com:linsomniac/spotify_to_ytmusic.git
cd spotify_to_ytmusic
pip install ytmusicapi
pip install tk # If using the GUI
```

Then you can prefix the command you want to run with `python3 -m spotify2ytmusic`, for
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ description = "A tool for helping to convert Spotify playlists to YouTube Music"
sources = ['spotify2ytmusic']
requires = [
'ytmusicapi',
'tk',
]

0 comments on commit d80a222

Please sign in to comment.