mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
need portaudio dev
This commit is contained in:
parent
9ec32c8ebc
commit
1cebe4ee48
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ python:
|
|||
- "3.4"
|
||||
install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install python-qt4 mplayer lame libportaudio2
|
||||
- sudo apt-get install portaudio19-dev
|
||||
- pip install -r requirements.txt
|
||||
- pip install nose
|
||||
- pip install coveralls
|
||||
|
|
Loading…
Reference in a new issue