-Now it's installed. Please see README.txt for information on how to use this
-application in your projects.
\ No newline at end of file
+Now it's installed! Please see usage.txt for information on how to use this
+application in your projects.
+
+Installing via setup.py
+-----------------------
+
+Included with this application is a file named ``setup.py``. It's possible to
+use this file to install this application to your system, by invoking the
+following command:
+
+ sudo python setup.py install
+
+Once that's done, you should be able to begin using linaro-django-pagination at will.
+
+Installing via setuptools
+-------------------------
+
+If you have setuptools_ installed, you can simply run the following command
+to install linaro-django-pagination:
+
+ sudo easy_install linaro-django-pagination
+
+.. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools