Steps_to_Set_Up_a_Python_Virtual_Environment[1]
Steps_to_Set_Up_a_Python_Virtual_Environment[1]
Step 7: You can now install packages in this isolated environment. For example,
to install requests, run:
pip install requests
Step 8: To deactivate the virtual environment after the usage is done, simply
run:
deactivate
Steps to download necessary requirements : ( requirements will be sent )