Skip to content
Snippets Groups Projects
Commit 2c921397 authored by Craig Tiller's avatar Craig Tiller
Browse files

Merge pull request #344 from nathanielmanistaatgoogle/issue-334

Install PyPI's protobuf into the Python virtual environment.
parents 95ef3b2f c48afec9
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,5 @@ cd $(dirname $0)/../..
root=`pwd`
virtualenv python2.7_virtual_environment
python2.7_virtual_environment/bin/pip install enum34==1.0.4 futures==2.2.0
python2.7_virtual_environment/bin/pip install third_party/protobuf/python
python2.7_virtual_environment/bin/pip install enum34==1.0.4 futures==2.2.0 protobuf==2.6.1
python2.7_virtual_environment/bin/pip install src/python
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment