Python with Venv
@glimpse here we go to use the tool "venv" to create a unique or system version as virtual envirenment
Go to the directory for your project
Create the virtual Env.
Two way to use the Venv
Create a package Copy to requirements.txt
Last updated