This website works better with JavaScript.
Home
Explore
Help
Sign In
capanema
/
espertocasa
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Ajustes no script de instalação.
master
Guilherme Capanema
7 years ago
parent
fcffd59938
commit
21cc64a93a
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
install.sh
+ 1
- 1
install.sh
View File
@ -1,6 +1,6 @@
#!/bin/bash
#!/bin/bash
python3 -m venv venv
python3 -m venv venv
.
venv/bin/activate
source
venv/bin/activate
pip install Flask
pip install Flask
pip install RPi.GPIO
pip install RPi.GPIO
pip install waitress
pip install waitress
Write
Preview
Loading…
Cancel
Save