Deploying TO-DO App in Local Virtual Machine
Setup Virtual Environment
To Install the Virtual Environment run the following command
py -m pip install --user virtualenv
Now, to create the virtual environment
py -m venv env
here env -> Name of the virtual environment(you can name as per choice ...
harshitsahu2311.hashnode.dev3 min read