summaryrefslogtreecommitdiff
path: root/docs/userguide.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/userguide.rst')
-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>`_.