-
Clone the repo onto your local computer. Do this by entering
sudo git clone git@github.com:scopeusc/scope-f23-lesson4.gitin your local terminal in the directory where you want this project to be created. -
Open the
scope-f23-lesson4folder 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 Environmentis highlighted on the left and Base Interpreter is Python 3.8 or later. ClickOK
- Click
OKagain to exit settings. - Open the PyCharm terminal and run
pip install django - You should be good to go!



