Visual Studio Code

Python

There are 2 ways of installing packages in your system:

  1. By installing the packages globally via cmd
  2. By installing Virtual Environment on Visual Studio Code for Python
    Refer to this link for more details: https://www.youtube.com/watch?v=ThU13tikHQw

Comments