From: Philippe Proulx Date: Sat, 19 Mar 2016 00:30:26 +0000 (-0400) Subject: README.md: add --python=python3 to virtualenv line X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e23f026960494785d8299fe7b00cbfb78394f75f;p=deliverable%2Fbarectf.git README.md: add --python=python3 to virtualenv line Signed-off-by: Philippe Proulx --- diff --git a/README.md b/README.md index 58f78d1..64697c9 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ install the appropriate version, and then run the tests. In the barectf source tree root, do: - virtualenv virt + virtualenv --python=python3 virt . ./virt/bin/activate rehash # if using zsh ./setup.py install