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 2fba8c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ 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 -U git+https://github.com/marzzzello/pytr
```

## Usage
Expand Down

0 comments on commit 2fba8c6

Please sign in to comment.