Python
All required data on Python
Contents
It is a good practice to create a virtual environment, it helps in organizing the packages for each project
python -m venv {environment name}
replace "environment name" with something simeple like "env'.
Last updated
Was this helpful?