Skip to content

Commit 843ba36

Browse files
committed
update README
1 parent e651110 commit 843ba36

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

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

99
## Installation
1010

11-
Install release from PyPI with `pip install pytr`
11+
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`
1214

1315
Or install from git repo like so:
1416

1517
```sh
16-
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
1727
```
1828

29+
1930
## Usage
2031

2132
```

0 commit comments

Comments
 (0)