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:
14
README.md
14
README.md
@@ -29,13 +29,9 @@ The easiest way to install PROPKA is via the [PyPI archive](https://pypi.org/pro
|
||||
|
||||
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.
|
||||
|
||||
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
|
||||
|
||||
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 .
|
||||
|
||||
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
|
||||
[setuptools](http://pythonhosted.org/setuptools/index.html) which offers additional customization options; e.g.
|
||||
pip install -e .
|
||||
|
||||
python setup.py install --user
|
||||
|
||||
will install the `propka3` script in your executable directory.
|
||||
in the source directory.
|
||||
|
||||
## Getting started
|
||||
|
||||
|
||||
Reference in New Issue
Block a user