Skip to content

Commit

Permalink
docs(readme): give pipx cmd for dev version inst
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Nov 28, 2023
1 parent 723a4dd commit 71e6139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ You can install Remarshal using pip.
python3 -m pip install --user remarshal
```

You can install the current development version instead of a release.
It is possible to install the current development version instead of a release.
Prefer releases unless you have a reason to run the development version.

```sh
python3 -m pip install --user git+https://github.com/remarshal-project/remarshal
pipx install git+https://github.com/remarshal-project/remarshal
```

## Usage
Expand Down

0 comments on commit 71e6139

Please sign in to comment.