From dbc645312476ddf573ac9e46130885fc72004c68 Mon Sep 17 00:00:00 2001 From: Sallyhornet <86235862+Sallyhornet@users.noreply.github.com> Date: Mon, 21 Jun 2021 12:23:34 +0100 Subject: [PATCH] Update README.md Updated instructions for Windows users --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 558e1383..173d765e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Please use your Demo Company organisation for your testing. ### Local installation * 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` +* Activate new virtual environment by running `source venv/bin/activate` Windows users need to use `venv\scripts\activate.ps1` * Install project dependencies by running `pip install -r requirements.txt` ## Create a Xero App