aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
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
```