We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83345ea commit 3dca0b6Copy full SHA for 3dca0b6
install.sh
@@ -10,6 +10,7 @@ install() {
10
11
# update
12
apt-get update
13
+ pip install --upgrade setuptools --user python
14
15
# install essentials
16
apt-get install qt5-default libqt5webkit5-dev build-essential python-lxml python-pip xvfb -y
0 commit comments