May 7, 2023

Environment 

  • Create environment (Your Python executable might be called
python -m venv env
  • Activate the environment (Linux and macOS):
source env/bin/activate
  • Activate the environment (Windows):
env\Scripts\activate.bat

/

/

/

/