-
Notifications
You must be signed in to change notification settings - Fork 0
bestermichael/brewthing
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Installing Pip: ----------------- 1. Install pip: wget https://bootstrap.pypa.io/get-pip.py python get-pip.py 2. [if using virtual env] sudo pip install virtualenv -or- sudo apt-get install python-virtualenv $ mkdir myproject $ cd myproject $ virtualenv venv New python executable in venv/bin/python Installing distribute............done. . venv/bin/activate Installing Flask: ----------------------- 1. Install Flask $ pip install Flask 2. Install Flask SocketIO $ pip install flask-socketio 3. Create the application schema by doing the following: $ python >> from brewthing import db >> init_db() >> quit() 4.
About
Not sure what to call it anymore, but the idea is to deploy this code to a raspberrypi, using relays and temperature sensors to make my brewday easier
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published