X-Git-Url: https://git.mdrn.pl/django-pagination.git/blobdiff_plain/e7a1078a8180e3ce92e6a5fd168bcb82b9e2f9c9..0e2359471fefbd58afb7914302b5d3586d262b7b:/INSTALL.txt?ds=sidebyside diff --git a/INSTALL.txt b/INSTALL.txt new file mode 100644 index 0000000..b370b5d --- /dev/null +++ b/INSTALL.txt @@ -0,0 +1,19 @@ +Installing 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 + +Now, link the inner ``pagination`` project to your Python path: + + sudo ln -s `pwd`/pagination SITE_PACKAGES_DIR/pagination + +If you don't know the location of your site packages directory, this hack might +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