How to Create and Activate
a Python Virtual Environment

Instructions

cd project_folder
virtualenv venvname
source venvname/bin/activate