From e2abab1ecc8a5cfec171f164456d10a514d4216e Mon Sep 17 00:00:00 2001 From: Hank Greenburg Date: Mon, 28 Oct 2024 20:11:44 -0700 Subject: [PATCH] chore: update pip install instructions in README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 412db2a..0e45f28 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,11 @@ Installing pantalaimon works like usually with python packages: python setup.py install +or you can use `pip` and install it with: +``` +pip install .[ui] +``` + Pantalaimon can also be found on pypi: pip install pantalaimon