Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.28 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.28 KB

scope-f23-lesson4

Installation

  1. 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.

  2. Open the scope-f23-lesson4 folder in PyCharm

  3. Click on file -> settings

    Screenshot from 2023-06-28 01-13-53

  4. Select Project: scope-f23-lesson4 -> Python Interpreter

Screenshot from 2023-06-28 01-17-34

  1. Click Add Interpreter -> Add Local Interprer.

Screenshot from 2023-06-28 01-19-43

  1. 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. Click OK

Screenshot from 2023-06-28 01-23-59

  1. Click OK again to exit settings.
  2. Open the PyCharm terminal and run pip install django
  3. You should be good to go!