summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/index.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 1844512..1e7c7fe 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -19,11 +19,14 @@ Installation
To install, you can either:
-* Download the appropriate package, extract it and then install it::
+* Download the appropriate package from
+ `PyPI <http://pypi.python.org/pypi/APScheduler/>`_, extract it and then
+ install it::
$ python setup.py install
-* Use easy_install::
+* Use easy_install (if you have `setuptools
+ <http://pypi.python.org/pypi/setuptools>`_ installed)::
$ easy_install apscheduler