django install with anaconda admin October 22, 2018 Python 0 Comments Just open anaconda cmd & run following command conda install -c anaconda django Related Posts How to download Python zendnwar November 27, 2013 This is very simple to down load. Just go to http://www.python.org/download/ and download as yo .. How to check Django installed version? admin December 20, 2019 Type the following command in Python shell >>> import django >>> django.get_v ..