# oauth2-example-python ### Python version used 3.8 ### Recommended running instructions: 1. Create a virtual environment: ```shell script $> python3 -m venv venv ``` 2. Activate the newly created environment: On macOS and Linux: ```shell script $> source venv/bin/activate ``` On Windows ``` c:\> .\env\Scripts\activate ``` 3. Install dependencies: ```shell script $> (venv) python -m pip install -r requirements.txt ``` 4. Start the server locally: ```shell script $> (venv) python john-deere-api.py ```