Преглед на файлове

First commit, updated README.md

Samuel Vestlin преди 6 години
родител
ревизия
a6d7ba4354
променени са 1 файла, в които са добавени 13 реда и са изтрити 1 реда
  1. 13 1
      README.md

+ 13 - 1
README.md

@@ -1,2 +1,14 @@
 # energy-meter-logger
-Log your Energy Meter data on a Raspberry Pi and plot graphs of your energy consumption 
+Log your Energy Meter data on a Raspberry Pi and plot graphs of your energy consumption
+
+### Requirements
+
+* Python 2.7 (or 3) and PIP
+```sh
+$ sudo apt-get install python-pip
+```
+
+
+```sh
+$ pip install --user git+https://github.com/samuelphy/energy-meter-logger
+```