Skip to content

Commit

Permalink
Merge pull request geohot#245 from geo-lit/patch-1
Browse files Browse the repository at this point in the history
Updated install.sh to pip install python venv
  • Loading branch information
geohot authored Dec 9, 2020
2 parents 8a3f160 + 09ca66b commit 080e6b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
# install system deps
if [ $(which apt-get) ]; then
echo "installing deps for ubuntu"
sudo apt-get -y install git curl python python-virtualenv python-dev build-essential pkg-config zlib1g-dev libglib2.0-dev libpixman-1-dev
sudo apt-get -y install git curl python python-dev python3-pip build-essential pkg-config zlib1g-dev libglib2.0-dev libpixman-1-dev
sudo pip3 install virtualenv

else
echo "*** You'll need to install Ubuntu or get a working build env for qemu and python yourself ***"
fi
Expand Down

0 comments on commit 080e6b1

Please sign in to comment.