From e23f026960494785d8299fe7b00cbfb78394f75f Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 18 Mar 2016 20:30:26 -0400 Subject: [PATCH] README.md: add --python=python3 to virtualenv line Signed-off-by: Philippe Proulx --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1