pythondjangodjango-bootstrap3

install django bootstrap 3 for python 2.7 from source code


python 2.7, I cannot connect to the internet with pip but if I download the source file or a zip I can use pip install

I want to install django-bootstrap3 here is the github page https://github.com/dyve/django-bootstrap3

which file will allow me to install it correctly?

do I just download and stick it in my site-packages?

please be nice


Solution

  • Issue python setup.py build and python setup.py install to install it.