codeforsanjose / ImmunizationSJ

An app that finds immunization information for schools.
MIT License
6 stars 2 forks source link

Readme needs instructions for setup with virtualenv #18

Closed Kyle-Falconer closed 9 years ago

Kyle-Falconer commented 9 years ago

Readme should include instructions linking to http://docs.python-guide.org/en/latest/dev/virtualenvs/ along with how to set up a virtualenv (venv):

$ pip install virtualenv

$ cd my_project_folder
$ virtualenv venv