Skip to content

Commit

Permalink
Try regular python package
Browse files Browse the repository at this point in the history
  • Loading branch information
icarito authored Jul 19, 2019
1 parent fcfa38f commit ca35fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/chroot-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ cd /var/www/

# install infragram in the web public folder:
# prerequisites:
sudo apt-get install -y build-essential libxi-dev libglu1-mesa-dev libglew-dev pkg-config python2.7 python2.7-dev
sudo apt-get install -y build-essential libxi-dev libglu1-mesa-dev libglew-dev pkg-config python python-dev
git clone https://github.com/publiclab/infragram.git
cd infragram
npm install
Expand Down

0 comments on commit ca35fc9

Please sign in to comment.