virtual environment
venv usage on windows, activate and deactivate
go on to your project root directory first create a virtual environment with syntax python3 -m venv <env-name> python3 -m…
Always cooking something nice!