update installation instructions

This commit is contained in:
j 2019-12-21 20:05:04 +02:00
commit 6e52b42f56
2 changed files with 29 additions and 21 deletions

View file

@ -1,5 +1,34 @@
# pandora_client - python client and libary to access a pan.do/ra instances
Documentation at: https://code.0x2620.org/0x2620/pandora_client/wiki
## Installation
### Linux
- install dependencies
sudo apt install python3 python3-pip git ffmpeg ffmpeg2theora
- install pandora_client
sudo pip3 install pandora_client
### macOS
- install brew (https://brew.sh/)
- install dependencies
brew instlal python3
brew instlal git
brew install libvpx libvorbis
brew install ffmpeg --with-libvpx --with-libvorbis --with-libopus
- install pandora_client
pip3 install pandora_client
## pandora client example: