summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-08-01 02:24:28 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-08-01 02:24:28 +0300
commit01ebd0e4a501e6d0e01225cbe81f88bf0626a448 (patch)
tree0e9a56ff64921d8906ba31620407bcb0812beab8 /docs
parent9ac5b5a80c722112e18242819b16f07441b0fdb1 (diff)
downloadapscheduler-01ebd0e4a501e6d0e01225cbe81f88bf0626a448.tar.gz
Minor initial updates for the user guide
Diffstat (limited to 'docs')
-rw-r--r--docs/userguide.rst13
1 files changed, 4 insertions, 9 deletions
diff --git a/docs/userguide.rst b/docs/userguide.rst
index 3139857..36395a1 100644
--- a/docs/userguide.rst
+++ b/docs/userguide.rst
@@ -10,20 +10,15 @@ The preferred installation method is by using `pip <http://pypi.python.org/pypi/
$ pip install apscheduler
-If you don't have pip installed, you can easily install it by downloading and running
-`get-pip.py <https://bootstrap.pypa.io/get-pip.py>`_.
-
-If, for some reason, pip won't work, you can manually `download the APScheduler distribution
-<https://pypi.python.org/pypi/APScheduler/>`_ from PyPI, extract and then install it::
-
- $ python setup.py install
+If you don't have pip installed, you need to
+`install that first <https://pip.pypa.io/en/stable/installation/>`_.
Code examples
-------------
-The source distribution contains the :file:`examples` directory where you can find many working
-examples for using APScheduler in different ways. The examples can also be
+The source distribution contains the :file:`examples` directory where you can find many
+working examples for using APScheduler in different ways. The examples can also be
`browsed online <https://github.com/agronholm/apscheduler/tree/master/examples/?at=master>`_.