Skip to content

Commit

Permalink
Update installation instructions to use PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
kipe committed Oct 16, 2024
1 parent 3311a35 commit 1465a46
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@

Python library for fetching Nord Pool Elspot and Elbas prices.

#### Installing bleeding edge version from GitHub
## Installing

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

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

##### Upgrading
### To upgrade

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

`pip install -U nordpool`

#### Example

Expand Down

0 comments on commit 1465a46

Please sign in to comment.