mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-10 22:32:05 +08:00
DOC: Include info about location of zipline repo inside vagrant
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user