Skip to content

Commit

Permalink
Recommend pipx and Poetry for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Dec 7, 2019
1 parent 5594d59 commit b57668c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,16 @@ When onboarding new team members, ensuring their computer has everything needed

## Installation

Install `verchew` globally with pip:
Install `verchew` globally with [pipx](https://pipxproject.github.io/pipx/installation/) (or pip):

```text
$ pip install verchew
$ pipx install verchew
```

or add it to your [Poetry](https://poetry.eustace.io/) project:

```text
$ poetry add verchew
```

or embedded the script in your project using [this guide](https://verchew.readthedocs.io/en/latest/cli/vendoring/).
Expand Down

0 comments on commit b57668c

Please sign in to comment.