This is copied from the implementation of UrbanSim for LCOG (Lane Council of Governments, OR) and to be adopted for the Bay Area.
virtualenv venv --python=python3
source venv/bin/activate
pip install -r test-requirements.txt
pip install -r requirements.txt
``