Create a virtual environment py -3 -m venv ex: py -3 -m venv venv (Mac slightly different) Tell the project to use the new virtual env (26:00) .\venv\scripts\python.exe (Mac slightly different) Prompt changes to (env) .<project root folder>