X-Git-Url: https://git.mdrn.pl/django-pagination.git/blobdiff_plain/6aec6981440accf40609d97b2beabd4e73d44c1d..a5a70c6f7cd92932b5a6c525bbfd697d01a9eb17:/INSTALL.txt diff --git a/INSTALL.txt b/INSTALL.txt deleted file mode 100644 index b370b5d..0000000 --- a/INSTALL.txt +++ /dev/null @@ -1,19 +0,0 @@ -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