add deps install pymumble

This commit is contained in:
encrypt 2020-04-06 23:12:52 +02:00
parent 7412cf1d21
commit 5e97e8df7e

View file

@ -10,6 +10,7 @@ install
pip install --user pyaudio # che in realta non serve poi lo levo
git clone https://github.com/azlux/pymumble # quest non sta su pypy
cd pymumble
pip3 install --user -r requirements.txt
python3 setup.py install --user
```