From 4e7c5b53cc76cf93384664ae51a9346a058ecc5c Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Sat, 18 Apr 2020 14:02:07 +0200 Subject: [PATCH] Update pipx installation instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e10c95d8..3e1f047e9 100644 --- a/README.md +++ b/README.md @@ -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: