We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e651110 commit 843ba36Copy full SHA for 843ba36
README.md
@@ -8,14 +8,25 @@ This is a library for the private API of the Trade Republic online brokerage. I
8
9
## Installation
10
11
-Install release from PyPI with `pip install pytr`
+Make sure Python and a Python package manager like pip or [pipx](https://pipx.pypa.io/) (recommended) is installed.
12
+
13
+Install release from PyPI with `pipx install pytr`
14
15
Or install from git repo like so:
16
17
```sh
-pip install -U git+https://github.com/marzzzello/pytr
18
+pipx install git+https://github.com/marzzzello/pytr
19
+```
20
21
+### Update
22
23
+```sh
24
+pipx upgrade pytr
25
+# or
26
+pipx upgrade-all
27
```
28
29
30
## Usage
31
32
0 commit comments