In your command line, you'll need to make sure that pip and python are installed.
If this is not your first time making a Django application, see the Quickstart option instead.
Next is setting up a virtual environment. It is a recommended best practice when working on Python projects, including Django. A virtual environment helps isolate project dependencies and avoids conflicts with other projects.
If you haven't already created a new project directory, now is the time. Once created, we'll want to cd into it: