Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

For your information, I am going to use Microsoft Visual Code Studio to develop Python software based on django.

Prerequisites

  1. Install Visual Code Studio
  2. Install Python Extension - https://marketplace.visualstudio.com/items?itemName=ms-python.python
  3. Install a version of Python 3

    Code Block
    brew install python3



...