Skip to content

Commit

Permalink
Merge pull request #38 from tomcounsell/patch-1
Browse files Browse the repository at this point in the history
update readme to make installation more clear
  • Loading branch information
kmike committed Jun 17, 2016
2 parents 6cc0459 + d8e08ff commit 970bf5b
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,18 @@ License is MIT.
Installation
============

::
You can get Django Widget Tweaks by using pip::

$ pip install django-widget-tweaks

pip install django-widget-tweaks
To enable `widget_tweaks` in your project you need to add it to `INSTALLED_APPS` in your projects
`settings.py` file::

Then add 'widget_tweaks' to INSTALLED_APPS.
INSTALLED_APPS = [
...
'widget_tweaks',
...
]

Usage
=====
Expand Down

0 comments on commit 970bf5b

Please sign in to comment.