oauth2-example-python
October 19, 2020 ยท View on GitHub
Python version used 3.8
Recommended running instructions:
-
Create a virtual environment:
$> python3 -m venv venv -
Activate the newly created environment:
On macOS and Linux:
$> source venv/bin/activateOn Windows
c:\> .\env\Scripts\activate -
Install dependencies:
$> (venv) python -m pip install -r requirements.txt -
Start the server locally:
$> (venv) python john-deere-api.py