Skip to content

Commit

Permalink
Adding python-gi to setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CRImier committed Jun 7, 2018
1 parent 197b400 commit 1d452a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ then
fi

[ -f config.json ] || cp default_config.json config.json
apt-get install python python-pip python-smbus python-dev python-pygame libjpeg-dev python-serial nmap
apt-get install python python-pip python-smbus python-dev python-pygame libjpeg-dev python-serial nmap python-gi
pip2 install -r requirements.txt
mkdir -p ${INSTALL_DIR}
cp ./. ${INSTALL_DIR} -R
Expand Down

0 comments on commit 1d452a5

Please sign in to comment.