Update INSTALL with better instructions.

Remove explicit references to version 3.1 except for name of `propka31`
script which will be changed in subsequent commit.
This commit is contained in:
Nathan Baker
2020-06-17 13:17:33 -07:00
parent e8576fb4f3
commit 89a9eb15d4

View File

@@ -3,9 +3,10 @@
Clone repository or unpack the tar ball and install with Clone repository or unpack the tar ball and install with
[pip](https://pip.pypa.io): [pip](https://pip.pypa.io):
pip install propka-3.1/ pip install <source directory>
This will install the `propka31` script in your executable This will install the `propka31` script in your executable
directory. The `propka` Python module will also become available for directory. The `propka` Python module will also become available for import
import. and can be invoked in lieu of the `propka31` script via:
python -m propka