Update pipx installation instructions

This commit is contained in:
Tobias Gruetzmacher 2020-04-18 14:02:07 +02:00
parent dbe8e57e11
commit 4e7c5b53cc

View file

@ -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 The simplest way to install and upgrade dosage is with [pipx]. To install the
newest stable version with all optional features use: 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: 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: To upgrade such installations, just run: