Clean up README instructions.

Remove references to setuptools and add some additional fixes.

Addresses https://github.com/jensengroup/propka-3.1/pull/61#discussion_r442357797
This commit is contained in:
Nathan Baker
2020-06-19 06:39:07 -07:00
parent 73e956f141
commit 9cd0da8ff3

View File

@@ -29,13 +29,9 @@ The easiest way to install PROPKA is via the [PyPI archive](https://pypi.org/pro
pip install propka pip install propka
This installation will install the `propka` Python module and the `propka3` executable script.
As always, a virtual environment (e.g., via [virtualenv](https://pypi.org/project/virtualenv/)) is recommended when installing packages. As always, a virtual environment (e.g., via [virtualenv](https://pypi.org/project/virtualenv/)) is recommended when installing packages.
For the purposes of testing or development, you may prefer to install PROPKA as
an editable module via PIP by running
pip install -e .
### Source-based installation ### Source-based installation
The source code can be installed by cloning the repository or unpacking from a source code archive and running The source code can be installed by cloning the repository or unpacking from a source code archive and running
@@ -43,13 +39,11 @@ The source code can be installed by cloning the repository or unpacking from a s
pip install . pip install .
in the source directory. in the source directory.
For the purposes of testing or development, you may prefer to install PROPKA as an editable module via PIP by running
Installation is also possible with pip install -e .
[setuptools](http://pythonhosted.org/setuptools/index.html) which offers additional customization options; e.g.
python setup.py install --user in the source directory.
will install the `propka3` script in your executable directory.
## Getting started ## Getting started