Virtual Environment python -m venv env on macOS and Linux, use the following command: source env/bin/activate on Windows, use the following command: .\env\Scripts\activate Install Dependencies pip install -r requirements.txt