Header Ads

Header ADS

Virtual Environment on Windows for Django project

 Virtual Environment

===========================

1.py -m venv env   //run this command inside project folder


2.source env/Scripts/activate   //to activate


3.pip install django==3.1    //django install 3.1 version

No comments

Theme images by fpm. Powered by Blogger.