X-Git-Url: https://git.mdrn.pl/django-pagination.git/blobdiff_plain/3d85d2e674e7019ed585d31adddec6346afa7ec7..e5f6a07c729bde884f6de784d925f44fb652acf5:/docs/install.txt?ds=sidebyside diff --git a/docs/install.txt b/docs/install.txt index b370b5d..f70d4d3 100644 --- a/docs/install.txt +++ b/docs/install.txt @@ -1,10 +1,10 @@ -Installing django-pagination ----------------------------- +Installing the latest development version of linaro-linaro-django-pagination +--------------------------------------------------------------- To install, first check out the latest version of the application from subversion: - svn co http://django-pagination.googlecode.com/svn/trunk django-pagination + svn co http://linaro-django-pagination.googlecode.com/svn/trunk linaro-django-pagination Now, link the inner ``pagination`` project to your Python path: @@ -15,5 +15,26 @@ do the trick for you: sudo ln -s `pwd`/pagination `python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"`/pagination -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