ISOM 350 - Python Setup
The following instructions allow you to develop python applications on your computer locally (without the need for an internet connection).
If you are using replit.com then you do not need to follow these instructions:
Requirements
- Download and Install
Python 3 for your computer
- Important: Be sure to check
Add Python 10.x to PATH
during installation as shown:
- Important: Be sure to check
- Download and Install VS Code
- Download and Install GitHub Desktop
- After completing installation of python, install the Django library by openning a terminal window and typing:
> pip install django