django-nine
FreedomFrog opened this issue · 3 comments
FreedomFrog commented
pip install django-nine
django-nine is a requirement for this to run in 3.6 django 2.0
barseghyanartur commented
And the problem is?
FreedomFrog commented
when I did pip install -r requirements it didn't install... could have been issue on my end.
barseghyanartur commented
Well, look, it consists of two parts. django-nine
is installed when django-dash
is installed. The requirements.txt
file is for all other packages that are optional or meant to be used for the demo/examples. So, if you have cloned the repository (and you haven't installed django-dash
with pip install
), you should do python setup.py install
or python setup.py develop
.