소스 검색

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
+```