mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -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"
|
- "3.4"
|
||||||
install:
|
install:
|
||||||
- sudo apt-get update
|
- 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 -r requirements.txt
|
||||||
- pip install nose
|
- pip install nose
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
|
|
Loading…
Reference in a new issue