Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-updater.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Rheinbay <danielrheinbay@gmail.com>2021-10-02 15:47:03 +0300
committerDaniel Rheinbay <danielrheinbay@gmail.com>2021-10-02 15:48:54 +0300
commitd9b64d66ede03d025369ff8015b91d9649873d1d (patch)
tree21f83f34770a63730b906cfa72a366dbe64a63d8
parent11680b519cf4eddac08848f3c65ac6a08bff969e (diff)
Remove unsupported pip options.
Remove pip options from README which are no longer supported, see https://github.com/pypa/pip/issues/7309 Signed-off-by: Daniel Rheinbay <danielrheinbay@gmail.com>
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index a93019c..b41d3df 100644
--- a/README.rst
+++ b/README.rst
@@ -61,11 +61,11 @@ documentation <http://python-packaging-user-guide.readthedocs.org/en/latest/inst
After installing pip, run::
- sudo pip3 install nextcloud_news_updater --install-option="--install-scripts=/usr/bin"
+ sudo pip3 install nextcloud_news_updater
To update the library, run::
- sudo pip3 install --upgrade nextcloud_news_updater --install-option="--install-scripts=/usr/bin"
+ sudo pip3 install --upgrade nextcloud_news_updater
To uninstall the library run::
@@ -318,7 +318,7 @@ For example Python 3.5: https://www.softwarecollections.org/en/scls/rhscl/rh-pyt
$ scl enable rh-python35 bash
# 4. Install nextcloud-news.updater
- $ sudo pip3 install nextcloud_news_updater --install-option="--install-scripts=/usr/bin"
+ $ sudo pip3 install nextcloud_news_updater
After the install you can run the updater as a service by extending the service file with the correct environment variable for your Python version. In this example we use Python 3.5: