django-cryptolock/docs/installation.rst

13 lines
220 B
ReStructuredText
Raw Normal View History

============
Installation
============
At the command line::
2020-03-31 19:37:34 +02:00
$ pip install django-cryptolock
Or, if you have virtualenvwrapper installed::
$ mkvirtualenv django-cryptolock
$ pip install django-cryptolock