From 1ffbc1b69241676feb6208f6c14f909aafb58c97 Mon Sep 17 00:00:00 2001 From: Chris Shyi Date: Thu, 21 Jun 2018 21:57:07 -0400 Subject: [PATCH] Update environment_setup.md --- environment_setup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/environment_setup.md b/environment_setup.md index 992c55e..fb7d459 100644 --- a/environment_setup.md +++ b/environment_setup.md @@ -1,10 +1,12 @@ +Before starting the setup, make sure **Python 3.6** is installed on your system. + 1. Use the pip tool to install `virtualenv` [Guide](http://docs.python-guide.org/en/latest/dev/virtualenvs/) 2. Create a virtual environment in an empty directory: - `virtualenv -p ` + `virtualenv -p ` 3. cd into the directory you just created a virtual environment in, and clone our GitHub repo