Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
marzzzello committed Apr 1, 2024
1 parent e651110 commit 843ba36
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,25 @@ This is a library for the private API of the Trade Republic online brokerage. I

## Installation

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.

Install release from PyPI with `pipx install pytr`

Or install from git repo like so:

```sh
pip install -U git+https://github.com/marzzzello/pytr
pipx install git+https://github.com/marzzzello/pytr
```

### Update

```sh
pipx upgrade pytr
# or
pipx upgrade-all
```


## Usage

```
Expand Down

0 comments on commit 843ba36

Please sign in to comment.