We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a0c4a commit 317a620Copy full SHA for 317a620
README.md
@@ -3,9 +3,9 @@
3
## Pre-requisites
4
5
- Install virtualenv, Python3:
6
- - $ mkdir CorgiRecognition
7
- - $ python3 -m venv CorgiRecognition/venv
8
- - $ source CorgiRecognition/venv/bin/activate
+ - TODO: Install Python3
+ - $ python3 -m venv ./venv
+ - $ source ./venv/bin/activate
9
- Install following packages:
10
- $ pip install --user Cython
11
- $ pip install --user contextlib2
0 commit comments