Skip to content

Commit

Permalink
Encouraging for user installation
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kohsuke authored Dec 10, 2020
1 parent 842f0d0 commit 62af199
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 62af199

Please sign in to comment.