From be5ddf241fb8fbd08f4f313cd7cd652c8d2453d9 Mon Sep 17 00:00:00 2001 From: marzzzello Date: Mon, 1 Apr 2024 20:16:09 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 17fe6e8..f73b4cf 100644 --- a/README.md +++ b/README.md @@ -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