Skip to content

Commit be5ddf2

Browse files
authored
Update README.md
1 parent 0750d3b commit be5ddf2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ This is a library for the private API of the Trade Republic online brokerage. I
88

99
## Installation
1010

11-
Install with `pip install pytr`
11+
Install release from PyPI with `pip install pytr`
1212

13-
Or you can clone the repo like so:
13+
Or install from git repo like so:
1414

1515
```sh
16-
git clone https://github.com/marzzzello/pytr.git
17-
cd pytr
18-
pip install .
16+
pip install -U git+https://github.com/marzzzello/pytr
1917
```
2018

2119
## Usage

0 commit comments

Comments
 (0)