From 51e6dbdbcf4da4fff7a600388bdafa49bbc3928f Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Mon, 30 Jan 2017 12:26:33 +0100 Subject: [PATCH] update README to reflect that we now use py3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 019fb4ab..f40f2ac9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Django project to power Bornhack. Features include news, villages, webshop, and ## Quickstart ### Virtualenv -Create a Python 2.7 virtual environment and activate it: +Create a Python 3 virtual environment and activate it: ``` $ virtualenv venv $ source venv/bin/activate