Skip to content

Commit 317a620

Browse files
authoredJan 8, 2020
Update README.md
1 parent 32a0c4a commit 317a620

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
## Pre-requisites
44

55
- Install virtualenv, Python3:
6-
- $ mkdir CorgiRecognition
7-
- $ python3 -m venv CorgiRecognition/venv
8-
- $ source CorgiRecognition/venv/bin/activate
6+
- TODO: Install Python3
7+
- $ python3 -m venv ./venv
8+
- $ source ./venv/bin/activate
99
- Install following packages:
1010
- $ pip install --user Cython
1111
- $ pip install --user contextlib2

0 commit comments

Comments
 (0)
Please sign in to comment.