-
Clone the repo onto your local computer. Do this by entering
sudo git clone [email protected]:scopeusc/scope-f23-lesson4.git
in your local terminal in the directory where you want this project to be created. -
Open the
scope-f23-lesson4
folder in PyCharm -
Click on
file -> settings
-
Select Project:
scope-f23-lesson4 -> Python Interpreter
- Click
Add Interpreter -> Add Local Interprer
.
- The default settings should be filled in correctly. Make sure
Virtualenv Environment
is highlighted on the left and Base Interpreter is Python 3.8 or later. ClickOK
- Click
OK
again to exit settings. - Open the PyCharm terminal and run
pip install django
- You should be good to go!