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: ```