Skip to content

Commit

Permalink
fix: move to Python installation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller authored Apr 1, 2024
1 parent 21d6801 commit d4eb255
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
12 changes: 6 additions & 6 deletions packages-spotify.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Define packages for apt-get. These can be installed with
# 'sed 's/#.*//g' packages.txt | xargs sudo apt-get install'

# python3-cffi
# python3-ply
# python3-pycparser
python3-cffi
python3-ply
python3-pycparser
# python3-spotify
mopidy
mopidy-mpd
mopidy-local
# mopidy
# mopidy-mpd
# mopidy-local
# mopidy-spotify
9 changes: 6 additions & 3 deletions requirements-spotify.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Spotify related requirements
# You need to install these with `sudo pip install --upgrade --force-reinstall -r requirements-spotify.txt`
Mopidy-Iris==3.69.3
Mopidy-Spotify==5.0.0a1
# You need to install these with `sudo pip install --upgrade --force-reinstall -r requirements-spotify.txt`
Mopidy
Mopidy-Local
Mopidy-MPD
Mopidy-Iris==3.69.3
Mopidy-Spotify==5.0.0a1

0 comments on commit d4eb255

Please sign in to comment.