README: Suggest an install line that can upgrade nicely too.
This commit is contained in:
parent
356f36b039
commit
176aac35ed
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
-------------------------
|
||||
|
|
Loading…
Reference in a new issue