mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-25 22:27:49 +08:00
Python3 is required in 5.6 by pyside-setup. Task-number: QTAUTO-345 Change-Id: If11ca425fa08cce8a518710ded0a6ec58159343d Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> (cherry picked from commita5f3f8ed48) (cherry picked from commita765838889) (cherry picked from commit1859f9b26c)
9 lines
237 B
Bash
9 lines
237 B
Bash
# provides: python development libraries
|
|
# version: provided by default Linux distribution repository
|
|
# needed to build pyside
|
|
|
|
sudo apt-get update
|
|
sudo apt-get install -y python-dev python3-dev python3-pip
|
|
|
|
sudo pip3 install virtualenv
|