Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marzzzello authored Apr 1, 2024
1 parent 0750d3b commit be5ddf2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ This is a library for the private API of the Trade Republic online brokerage. I

## Installation

Install with `pip install pytr`
Install release from PyPI with `pip install pytr`

Or you can clone the repo like so:
Or install from git repo like so:

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

## Usage
Expand Down

0 comments on commit be5ddf2

Please sign in to comment.