Skip to content

Commit

Permalink
Add installation steps for pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Feb 16, 2022
1 parent 7b7ee22 commit 6940317
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,22 @@ You see, `pls` has very few needs.

## Installing

### `pip`

To install `pls`, install it as you would any other Python package.

```:no-line-numbers
$ pip install --user pls
```

### `pipx`

You can also install `pls` via [`pipx`](https://pypa.github.io/pipx/).

```:no-line-numbers
$ pipx install pls
```

## Updating

To update `pls` when you've fallen behind the latest version, run the following
Expand Down

0 comments on commit 6940317

Please sign in to comment.