pipelines-api-examples
pipelines-api-examples copied to clipboard
Update instructions to use virtualenv
From https://github.com/googlegenomics/pipelines-api-examples
"pip install --upgrade google-api-python-client" gave Permission Denied. I had to run "sudo pip install --upgrade google-api-python-client". Matt says rather than fix this, we should update instructions to use virtualenv.