Create and activate a virtual environment
We are going to import Python packages to make accessing the API easier. This will keep those project packages isolated to this project. You’ll know it worked if you see (.venv)
at the start of your terminal prompt.
python -m venv .venv
.venv\Scripts\Activate.ps1
Something not working as expected? Check out common issues & solutions.
Last updated
Was this helpful?