manuskript/package/prepare_linux.sh
TheJackiMonster 37c774221d
Small patches for linux build scripts
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-04-26 22:57:43 +02:00

12 lines
358 B
Bash
Executable file

#!/bin/bash
set -ev # display each line executed along with output
sudo apt-get -qq update
sudo apt-get -qq install python3-pip python3-dev \
build-essential qt5-default libxml2-dev libxslt1-dev \
mesa-utils libgl1-mesa-glx libgl1-mesa-dev
#pyenv local 3.6.7
python3 --version
#easy_install pip
pip install pyqt5 lxml pytest pytest-faulthandler