From 94548846f36d5d81e38ca5fd5fbd777df7299ca1 Mon Sep 17 00:00:00 2001 From: Favorhood Date: Wed, 1 Apr 2015 04:44:32 -0400 Subject: [PATCH] Added Python install commands Included two lines for first-time Python users. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index dbd7d1f..bf2bcd7 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,16 @@ https://github.com/sbindman/HackbrightFinal.git ``` +Install Python on your computer if you haven't yet. + +``` + +sudo easy_install pip + +sudo pip install virtualenv + +``` + Create and activate a virtual environment inside your project directory: ```