Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Please use your Demo Company organisation for your testing.
## Getting Started

### Prerequirements
* python3.5+ installed
* python3.9+ installed
* git installed
* SSH keys setup for your github profile.

Expand All @@ -20,6 +20,7 @@ Please use your Demo Company organisation for your testing.
* Open terminal window and navigate to your `xero-python-oauth2-starter` local drive directory
* Create new python virtual environment by running `python3 -m venv venv`
* Activate new virtual environment by running `source venv/bin/activate`
* Ensure tools are current `pip install --upgrade pip setuptools wheel`
* Install project dependencies by running `pip install -r requirements.txt`

## Create a Xero App
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
flask
flask-session==0.3.2
flask-oauthlib==0.9.6
xero-python==1.5.3
flask-session
flask-oauthlib
xero-python