Skip to content

Commit 44e77e2

Browse files
committed
Remove PVLive version pin
1 parent 40dea99 commit 44e77e2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33

44
## Setup
55
```bash
6+
git clone https://github.com/openclimatefix/PVNet.git
7+
cd PVNet
68
pip install -r requirements.txt
7-
pip install git+https://github.com/SheffieldSolar/PV_Live-API@8157b0ac7853b01f10dd3bc16b569bc8694e5903
9+
pip install git+https://github.com/SheffieldSolar/PV_Live-API
810
```
911

1012
## Running

Diff for: requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pvlive-api @ git+https://github.com/SheffieldSolar/PV_Live-API@8157b0ac7853b01f10dd3bc16b569bc8694e5903
1+
pvlive-api @ git+https://github.com/SheffieldSolar/PV_Live-API
22
black
33
flake8
44
isort

0 commit comments

Comments
 (0)