updated readme
This commit is contained in:
parent
90455104a0
commit
96e232d2c1
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -2,6 +2,17 @@
|
|||
|
||||
Simple Flask based application to receive impulses via cURL from a power meter.
|
||||
|
||||
Clone this repository and create a virtualenv within it:
|
||||
|
||||
```
|
||||
git clone https://github.com/Finn10111/powermeter.git
|
||||
cd powermeter
|
||||
virtualenv -p /usr/bin/python3 .
|
||||
# or if python3 is your default:
|
||||
virtualenv .
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
For developing run this (you need to create database and user first):
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue