From 62af199001420c8ffd3d17890a09e8e930615dbb Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Wed, 9 Dec 2020 17:11:57 -0800 Subject: [PATCH] Encouraging for user installation Based on interactions with customers and internal conversations, we think this is better because: * The user doesn't need the super user access, for example when a CI user run against a prebaked Docker image * We know exactly where the binary gets installed as per PEP-370, which make trouble-shooting easier for those who are less familiar with Python. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9095c6e42..10ddbc9db 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # Installation ```shell -pip3 install launchable +pip3 install --user launchable ``` +This creates executable `~/.local/bin/launchable` that should be on your `PATH`. See [PEP-370](https://www.python.org/dev/peps/pep-0370/) for further details. + ## Set your API token ```shell