Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asovern-mitre authored Mar 23, 2021
1 parent a28fbd3 commit bca77f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# UCO-Utility-Pre-0.6.0-Validator
# UCO-Utility-Pre-0.7.0-Validator

## Description - (Alpha Release)

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bca77f7

Please sign in to comment.