From bca77f76a9df14020056adbe59d0799f420f0434 Mon Sep 17 00:00:00 2001 From: Andrew Sovern Date: Tue, 23 Mar 2021 10:26:32 -0400 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 08794f5..2aef661 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# UCO-Utility-Pre-0.6.0-Validator +# UCO-Utility-Pre-0.7.0-Validator ## Description - (Alpha Release) @@ -26,10 +26,10 @@ There are minor toolkit setup differences between Linux and Windows, described h * $ cd foo 2. Copy source files into the working directory -* $ git clone https://github.com/ucoProject/UCO-Utility-Pre-0.6.0-Validator.git +* $ git clone https://github.com/ucoProject/UCO-Utility-Pre-0.7.0-Validator.git 3. In the tookit directory, create a python3 virtual environment -* $ cd UCO-Utility-Pre-0.6.0-Validator +* $ cd UCO-Utility-Pre-0.7.0-Validator * $ virtualenv --python=python3 venv 4. Activate the virtual environment @@ -48,9 +48,9 @@ There are minor toolkit setup differences between Linux and Windows, described h * mkdir foo 2. Copy source files * cd foo - * `foo>` git clone https://github.com/ucoProject/UCO-Utility-Pre-0.6.0-Validator.git + * `foo>` git clone https://github.com/ucoProject/UCO-Utility-Pre-0.7.0-Validator.git 3. Create virtual environment - * `foo>` cd UCO-Utility-Pre-0.6.0-Validator + * `foo>` cd UCO-Utility-Pre-0.7.0-Validator * `foo\enhanced-case-toolkit>` virtualenv --python=python3 venv 4. Activate the virtual environment * `foo\enhanced-case-toolkit>` venv\Scripts\activate