Update README.md
This commit is contained in:
parent
3de9a8a989
commit
a5ca3ecd17
1 changed files with 7 additions and 0 deletions
|
@ -31,11 +31,18 @@ Install and run
|
||||||
===============
|
===============
|
||||||
|
|
||||||
wget https://bootstrap.pypa.io/get-pip.py
|
wget https://bootstrap.pypa.io/get-pip.py
|
||||||
|
|
||||||
sudo python get-pip.py
|
sudo python get-pip.py
|
||||||
|
|
||||||
sudo pip install tornado
|
sudo pip install tornado
|
||||||
|
|
||||||
cd
|
cd
|
||||||
|
|
||||||
git clone https://github.com/raspibo/eventman
|
git clone https://github.com/raspibo/eventman
|
||||||
|
|
||||||
cd eventman
|
cd eventman
|
||||||
|
|
||||||
./eventman_server.py
|
./eventman_server.py
|
||||||
|
|
||||||
|
|
||||||
Open browser and navigate to: http://localhost:5242/
|
Open browser and navigate to: http://localhost:5242/
|
||||||
|
|
Loading…
Reference in a new issue