From 9cd0da8ff3ff851ac0ab7c5bb428a1f8df328e58 Mon Sep 17 00:00:00 2001 From: Nathan Baker Date: Fri, 19 Jun 2020 06:39:07 -0700 Subject: [PATCH] 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 --- README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index dc5fea5..bef0e99 100644 --- a/README.md +++ b/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