Skip to content

Commit

Permalink
Minor updates to README.md (#115)
Browse files Browse the repository at this point in the history
* Minor updates to README.md

* Update README.md
  • Loading branch information
felixeichler authored Sep 3, 2024
1 parent 2f62b09 commit 8af2c10
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ This is a library for the private API of the Trade Republic online brokerage. I

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`
Install release from PyPI with:
```sh
pipx install pytr
```

Or install from git repo like so:

Expand Down Expand Up @@ -48,7 +51,8 @@ Commands:
them into folders. Also export account transactions
(account_transactions.csv) and JSON files with all
events (events_with_documents.json and
other_events.json
other_events.json). A folder path must be provided
as second argument.
portfolio Show current portfolio
details Get details for an ISIN
get_price_alarms Get overview of current price alarms
Expand Down

0 comments on commit 8af2c10

Please sign in to comment.