We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40dea99 commit 44e77e2Copy full SHA for 44e77e2
README.md
@@ -3,8 +3,10 @@
3
4
## Setup
5
```bash
6
+git clone https://github.com/openclimatefix/PVNet.git
7
+cd PVNet
8
pip install -r requirements.txt
-pip install git+https://github.com/SheffieldSolar/PV_Live-API@8157b0ac7853b01f10dd3bc16b569bc8694e5903
9
+pip install git+https://github.com/SheffieldSolar/PV_Live-API
10
```
11
12
## Running
requirements-dev.txt
@@ -1,4 +1,4 @@
1
-pvlive-api @ git+https://github.com/SheffieldSolar/PV_Live-API@8157b0ac7853b01f10dd3bc16b569bc8694e5903
+pvlive-api @ git+https://github.com/SheffieldSolar/PV_Live-API
2
black
flake8
isort
0 commit comments