Update pipx installation instructions
This commit is contained in:
parent
dbe8e57e11
commit
4e7c5b53cc
1 changed files with 2 additions and 2 deletions
|
@ -87,11 +87,11 @@ Windows users can download a complete binary (including Python) from the
|
|||
The simplest way to install and upgrade dosage is with [pipx]. To install the
|
||||
newest stable version with all optional features use:
|
||||
|
||||
pipx install --spec dosage[css,bash] dosage
|
||||
pipx install dosage[css,bash]
|
||||
|
||||
To install the newest development version, use:
|
||||
|
||||
pipx install --spec "dosage[css,bash] @ git+https://github.com/webcomics/dosage.git" dosage
|
||||
pipx install "dosage[css,bash] @ git+https://github.com/webcomics/dosage.git"
|
||||
|
||||
To upgrade such installations, just run:
|
||||
|
||||
|
|
Loading…
Reference in a new issue