Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 369 Bytes

installation.rst

File metadata and controls

21 lines (15 loc) · 369 Bytes

Installation

At the command line. :

$ easy_install dj-contentmodel

If you have virtualenvwrapper installed. :

$ mkvirtualenv dj-contentmodel
$ pip install dj-contentmodel

If you are using conda. :

$ conda create --name dj-contentmodel python=3.5
$ source activate dj-contentmodel
$ pip install dj-contentmodel