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

Add comment

parent 16f6826f
No related branches found
No related tags found
No related merge requests found
...@@ -110,6 +110,8 @@ virtualenv $VENV_NAME ...@@ -110,6 +110,8 @@ virtualenv $VENV_NAME
. $VENV_NAME/bin/activate . $VENV_NAME/bin/activate
popd popd
# this should be the same version as the submodule we compile against
# ideally we'd update this as a template to ensure that
pip install protobuf==3.0.0b2 pip install protobuf==3.0.0b2
pushd "$(dirname $1)" > /dev/null pushd "$(dirname $1)" > /dev/null
......
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