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:
authorBernhard Posselt <BernhardPosselt@users.noreply.github.com>2021-10-03 20:10:37 +0300
committerGitHub <noreply@github.com>2021-10-03 20:10:37 +0300
commite650e565a53449e3874ac355377b2ae616ebc05c (patch)
tree21f83f34770a63730b906cfa72a366dbe64a63d8
parent11680b519cf4eddac08848f3c65ac6a08bff969e (diff)
parentd9b64d66ede03d025369ff8015b91d9649873d1d (diff)
Merge pull request #39 from danielrheinbay/remove-deprecated-pip-arguments
Remove unsupported pip options.
-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: