Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 259 Bytes

installation.rst

File metadata and controls

16 lines (10 loc) · 259 Bytes

Installation

At the command line:

$ easy_install django-smithy

Or, using pip:

$ pip install django-smithy

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv django-smithy
$ pip install django-smithy