From 8dfb5cc384418aad64918bb5dd0840332b034536 Mon Sep 17 00:00:00 2001 From: samwiseg0 Date: Mon, 29 Oct 2018 20:16:31 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ec2098e..94aebb8 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Repo for api scripts written (both pushing and pulling) to aggregate data into i Requirements /w install links: [Grafana](http://docs.grafana.org/installation/), [Python3](https://www.python.org/downloads/), [InfluxDB](https://docs.influxdata.com/influxdb/v1.5/introduction/installation/) +
+ ## Quick Setup 1. Install requirements `pip3 install -r requirements.txt` 1. Make a copy of `configuration.example.py` to `configuration.py`