You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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

    brew install python3

    If you face any issue while installing by brew, please run following command to get more help.

    brew doctor



The documentation I referenced is actually located at https://code.visualstudio.com/docs/python/tutorial-django, so you can know more if you have any additional doubt or curious.

  • No labels