Skip to content

Commit

Permalink
Updated to a generic INSTALL file.
Browse files Browse the repository at this point in the history
  • Loading branch information
nowells committed Sep 9, 2009
1 parent 2cc02f4 commit bdc00f6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions INSTALL
@@ -0,0 +1,21 @@
Installation
============

You can install ``django-pluggables`` either via the Python Package Index (PyPI)
or from source.

To install using ``pip``,::

$ pip install django-pluggables


To install using ``easy_install``,::

$ easy_install django-pluggables


If you have downloaded a source tarball you can install it
by doing the following,::

$ python setup.py build
# python setup.py install # as root

0 comments on commit bdc00f6

Please sign in to comment.