From 176aac35ed9bc3e97d0bf897e0eb39b385f6b309 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Wed, 25 Oct 2017 13:38:54 -0400 Subject: [PATCH] README: Suggest an install line that can upgrade nicely too. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 62c9887..e51005b 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ Installation This is a pretty normal Python module, so if you have a favorite way to install those, it will probably work. If you just want to install it to run the script locally, try running from the source directory:: - $ python3 -m pip install --user . + $ python3 -m pip install --user -U --upgrade-strategy only-if-needed . Configuring import2ledger -------------------------