Skip to content

Commit 1465a46

Browse files
committed
Update installation instructions to use PyPi
1 parent 3311a35 commit 1465a46

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22

33
Python library for fetching Nord Pool Elspot and Elbas prices.
44

5-
#### Installing bleeding edge version from GitHub
5+
## Installing
66

7-
##### Installation
7+
To install from [PyPi](https://pypi.org/project/nordpool/), use
88

9-
`pip install git+https://github.com/kipe/nordpool.git`
9+
`pip install nordpool`
1010

11-
##### Upgrading
11+
### To upgrade
1212

13-
`pip install -U git+https://github.com/kipe/nordpool.git`
13+
To upgrade installation from PyPi, use
14+
15+
`pip install -U nordpool`
1416

1517
#### Example
1618

0 commit comments

Comments
 (0)