We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0750d3b commit be5ddf2Copy full SHA for be5ddf2
README.md
@@ -8,14 +8,12 @@ This is a library for the private API of the Trade Republic online brokerage. I
8
9
## Installation
10
11
-Install with `pip install pytr`
+Install release from PyPI with `pip install pytr`
12
13
-Or you can clone the repo like so:
+Or install from git repo like so:
14
15
```sh
16
-git clone https://github.com/marzzzello/pytr.git
17
-cd pytr
18
-pip install .
+pip install -U git+https://github.com/marzzzello/pytr
19
```
20
21
## Usage
0 commit comments