blob: 38eaa43f35994c5b79e32920321a28d61ee82029 [file] [log] [blame]
for APP in Allura* *Forge* NoWarnings
do
echo "# installing $APP dependencies"
pushd $APP
python setup.py develop || exit
popd
done