Top Posts

Nepal, the Land of Mountains, Hills and Terai.

 Welcome to the land of Mountains, Hills and Terai. We will explore more about this land facts, information and news about this amazing land...

Virtual Environment in VS Code

 In Powershell/cmd terminal of VS Code type the following:

  • python -m venv name [ name = name for yoyr vitrual environment]
For activation
  • name\Scripts\activate [(name) will appear before the folder path once the environment is activated]
Install packages in venv
  • pip install package_name [package_name= numpy, pandas, matplotlib]

No comments:

Post a Comment

Popular Post