From 8c5d063b8b629fcaf7ffb5c48730f11e41c07e18 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Mon, 28 Aug 2017 21:41:16 +0200 Subject: [PATCH] Add note about python3.. really annoying to forget --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f8861e3..b32a88b3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Clone with --recursive to include submodules: ### Virtualenv Create a Python 3 virtual environment and activate it: ``` -$ virtualenv venv +$ virtualenv venv -p python3 $ source venv/bin/activate ```