- Install Python
- Install Git (Version control system)
- Install VSCode (other IDE should be avoided)
Install Python
First figure out which version of python is required. Ask co-authors of the program. It is not necessary the latest version.
- Download python
- Install with default settings
Install Version Control System (Git)
- Download git
- Install with default settings
Install VSCode and Extensions (Plugins)
- Download VSCode
- Install VSCode extensions
- Python
- Pylance
- isort
- Git Graph
- Markdown All in One
- markdownlint
It is highly recommended to use VSCode. Use other IDE only if you have very exact reasons to do so.
- Open VSCode
- Click “Extensions” button on the left vertical panel or press
ctrl+shift+x
- Search for extensions
- Install one-by-one