From 18368b456a8e10957c5908009e3190c68bfcbfb7 Mon Sep 17 00:00:00 2001 From: Nathan Baker Date: Thu, 18 Jun 2020 09:53:51 -0700 Subject: [PATCH] Remove setuptools discussion Co-authored-by: Oliver Beckstein --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 4cf474a..2aa883d 100644 --- a/README.md +++ b/README.md @@ -45,12 +45,7 @@ Installation is also possible with python setup.py install --user -will install the `propka3` script in your executable directory, -as configured for setuptools, for instance `~/.local/bin` while - - python setup.py install --user --install-scripts ~/bin - -will install the script in the `bin` subdirectory of your home directory. +will install the `propka3` script in your executable directory. ## Getting started