Skip to content

Commit

Permalink
Merge pull request #39 from danielrheinbay/remove-deprecated-pip-argu…
Browse files Browse the repository at this point in the history
…ments

Remove unsupported pip options.
  • Loading branch information
BernhardPosselt authored Oct 3, 2021
2 parents 11680b5 + d9b64d6 commit e650e56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit e650e56

Please sign in to comment.