Skip to content

Commit

Permalink
Merge pull request #8 from hellia-be/master
Browse files Browse the repository at this point in the history
Adding dependencies for Arch installation (fix #7)
  • Loading branch information
Dejvino authored Jan 26, 2022
2 parents 14831c3 + c3d003d commit 1d3c6f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ sudo apt install gcc make checkinstall python3-psutil python3-pip
sudo pip install mpris-server
sudo make install-deb
# on Arch:
sudo pacman -S gst-plugins-base gst-plugins-good
pip3 install -r requirements.txt
sudo make install
# or generic:
pip3 install -r requirements.txt
sudo make install
Expand Down

0 comments on commit 1d3c6f5

Please sign in to comment.