DOC: Include info about location of zipline repo inside vagrant

This commit is contained in:
Richard Frank
2016-06-28 19:04:36 -04:00
parent bd45bb0230
commit 95d59c1ddb
+1 -1
View File
@@ -49,4 +49,4 @@ pip install -r /vagrant/etc/requirements_dev.txt -r /vagrant/etc/requirements_bl
echo "Installing zipline package itself..." | tee -a "$VAGRANT_LOG"
find /vagrant/ -type f -name '*.c' -exec rm {} +
pip install -e /vagrant[all] 2>&1 | tee -a "$VAGRANT_LOG"
echo "Finished!" | tee -a "$VAGRANT_LOG"
echo "Finished! zipline repo is in '/vagrant'." | tee -a "$VAGRANT_LOG"