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 Star triangle with python for loop zendnwar April 16, 2016 >>> star = input(“Enter the star to draw: “) Enter the star to draw: * & .. ‘pip’ is not recognized as an internal or external command in Python zendnwar March 1, 2016 pip now comes bundled with new versions of python: Need to add the path for pip installation to ..