mirror of
https://github.com/Manuel83/craftbeerpi3
synced 2026-08-09 18:52:40 +02:00
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
37fa42cfbc | ||
|
|
2b095c8c77 |
@@ -35,14 +35,6 @@ show_menu () {
|
||||
apt-get -y update; apt-get -y upgrade;
|
||||
fi
|
||||
|
||||
confirmAnswer "Would you like to install wiringPI? This is required to control the GPIO"
|
||||
if [ $? = 0 ]; then
|
||||
git clone git://git.drogon.net/wiringPi;
|
||||
cd wiringPi;
|
||||
./build; cd ..;
|
||||
rm -rf wiringPi;
|
||||
fi
|
||||
|
||||
apt-get -y install python-setuptools
|
||||
easy_install pip
|
||||
apt-get -y install python-dev
|
||||
|
||||
Executable → Regular
+1
-1
@@ -1,6 +1,6 @@
|
||||
Flask==0.12.4
|
||||
Flask-SocketIO==2.6.2
|
||||
eventlet==0.19.0
|
||||
eventlet==0.31.0
|
||||
greenlet==0.4.10
|
||||
python-dateutil==2.5.3
|
||||
python-engineio==0.9.2
|
||||
|
||||
Reference in New Issue
Block a user