Skip to content

Commit

Permalink
Merge pull request #54 from launchableinc/pip3
Browse files Browse the repository at this point in the history
We require Python3
  • Loading branch information
kohsuke authored Dec 10, 2020
2 parents 80bde7c + 62af199 commit 95b0476
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
pip 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 95b0476

Please sign in to comment.