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:
Diffstat (limited to 'README.rst')
-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: