From 2e8b58f254b68cb02bbe78ca23da919fd223e299 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Mon, 10 Jul 2023 14:25:26 +0330 Subject: updated the README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c00182..fdea5fe 100644 --- a/README.md +++ b/README.md @@ -21,5 +21,9 @@ optional arguments: ## How to get ```sh -pip3 install colo +pipx install colo +``` +Also since this is a very small package without any dependencies you could always use `pipx run` without "installing the package": +```sh +pipx run colo ``` -- cgit v1.2.3