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