Django - Intall
Back
Install guide: Python + Django + VS Code
Python
- Get the latest version of Python at:
- https://www.python.org/downloads/
Django
- Using PIP, a package manager included in Python, to instal Django
- CLI:
VS Code
- Using VSCode as IDE.
- Download:
- https://code.visualstudio.com/Download
TOP