jonsk197 / raspberryPi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

raspberryPi

Let's see if can build a weather station on the Pi.

Download the source code of the project with git:

git clone <repo url>
cd raspberryPi/www

Then install the  virtualenv:

```bash
sudo pip install virtualenv
source env/bin activate

Then install the required packages, see the list below:

```bash
sudo pip install flask
sudo pip install gevent
sudo pip install uwsgi
sudo pip install greenlet
sudo pip install geventwebsocket 
sudo pip install gevent-websocket

About


Languages

Language:Python 89.7%Language:XSLT 4.0%Language:CSS 3.3%Language:C 1.2%Language:JavaScript 1.2%Language:HTML 0.5%Language:Shell 0.1%