django-cryptolock/docs/installation.rst

13 lines
221 B
ReStructuredText

============
Installation
============
At the command line::
$ easy_install django-cryptolock
Or, if you have virtualenvwrapper installed::
$ mkvirtualenv django-cryptolock
$ pip install django-cryptolock