From 4d875be819b93ca5736426eb9fe97e5ba826fd77 Mon Sep 17 00:00:00 2001 From: Andrew MacCormack Date: Thu, 15 Apr 2021 12:41:12 +0100 Subject: [PATCH] Update to 1.2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4dd44ff..b1ab9cf 100644 --- a/README.md +++ b/README.md @@ -51,13 +51,13 @@ Linux installs may well already have a python 3 install. Some issues have been s A download for the project can be found at: -https://github.com/amaccormack-lumira/rest_api_demo/archive/techtest1.1.zip +https://github.com/amaccormack-lumira/rest_api_demo/archive/techtest1.2.zip Once downloaded, extract the zip file, and use a Command Prompt to open the extracted directory. Navigate into the appropriate folder. The API can then be run using the following commands: ``` cd path_to_workspace -cd rest_api_demo-techtest1.1 +cd rest_api_demo-techtest1.2 pip install virtualenv ``` (if you get errors, try using pip3 instead)