Skip to content

Commit

Permalink
Note django-simple-history is available on PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
treyhunner committed Apr 22, 2013
1 parent 7f0c6c9 commit 493d851
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ django-simple-history is a tool to store state of DB objects on every create/upd

Install
-------
Download the tar.gz, extract it and run the following inside the directory:

Install from PyPI with ``pip``:

.. code-block:: bash
$ python setup.py install
$ pip install django-model-utils
Basic usage
-----------
Expand Down

2 comments on commit 493d851

@dnozay
Copy link
Contributor

@dnozay dnozay commented on 493d851 Apr 22, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

django-model-utils ?

@treyhunner
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... I'm hacking on too many projects at once today. Thanks for catching this @dnozay.

Please sign in to comment.