Browse Source

Update README.md

master
Ravi Shah 5 years ago
committed by GitHub
parent
commit
a1b6ca6355
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -1,5 +1,5 @@
# Pi-Garage-Door-Opener
Contains Python script, schematics, and additional information from the youtube video at https://youtu.be/An7KQbmUnhs. The install.sh file can automate all of the tasks involved in this project, including installing python3 & pip3, installing bottlepy, making the directory, pulling the latest version of the python script, and editing the /etc/rc.local file to run on startup.
Contains Python script, schematics, and additional information from the youtube video at https://youtu.be/An7KQbmUnhs. The install.sh file can automate all of the tasks involved in this project, including installing python3, installing bottlepy, making the directory, pulling the latest version of the python script, and editing the /etc/rc.local file to run on startup.
## How to run install.sh ##
### Make sure system is up to date: ###
`sudo apt update && sudo apt upgrade -y`

Loading…
Cancel
Save