README: Suggest an install line that can upgrade nicely too.

This commit is contained in:
Brett Smith 2017-10-25 13:38:54 -04:00
parent 356f36b039
commit 176aac35ed

View file

@ -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
-------------------------