Used pip3 explicitly

This commit is contained in:
ingvar1995 2020-05-23 18:23:50 +03:00
parent cf912b137d
commit 2e285a8400
1 changed files with 4 additions and 3 deletions

View File

@ -15,9 +15,10 @@ before_install:
- sudo apt install python3-pyqt5
- sudo apt-get install libconfig-dev libvpx-dev check -qq
install:
- pip install sip
- pip install pyaudio
- pip install opencv-python
- pip3 install sip
- pip3 install pyaudio
- pip3 install pyqt5
- pip3 install opencv-python
before_script:
# Opus
- wget http://downloads.xiph.org/releases/opus/opus-1.0.3.tar.gz