From 0c4bbe69a3f7e25a27379005e7381a21850f0db3 Mon Sep 17 00:00:00 2001 From: Adrian Vollmer Date: Wed, 12 Oct 2022 18:28:00 +0200 Subject: [PATCH] Update README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1734be..470bb07 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,12 @@ Installation Zundler is a Python package and can be installed like any other Python package. -The recommended way is to clone this repository and type `pip install .`. +The recommended way is to run this: + +```shell-session +$ pip install git+https://github.com/AdrianVollmer/Zundler@main +``` + If you prefer an alternative like `pipx`, `poetry` or manually handled `venv`s, you probably know what to do.