-
Create a virtual environment:
$> python3 -m venv venv
-
Activate the newly created environment:
On macOS and Linux:
$> source venv/bin/activate
On 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
-
Notifications
You must be signed in to change notification settings - Fork 0
daltonwillard/jd_example
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Example Python Application for OAuth2
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 40.2%
- HTML 36.3%
- CSS 22.3%
- JavaScript 1.2%