About install Django on pycharm | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

About install Django on pycharm

An help me to install django on pycharm. Best way to install i tried to install but getting errors

14th Jan 2018, 9:45 AM
bodla vikram
bodla vikram - avatar
1 Answer
+ 2
I don't know/use pycharm, but as I know it's a Python IDE... so Django would not be able to be installed "on" pycharm... You must open a terminal, and use "pip install Django" (or "pip install Django==" followed by the version you want enforce): that will install Django on your computer. Obviously, you need to have Python and pip previously installed ^^
14th Jan 2018, 11:14 AM
visph
visph - avatar