core/script/bootstrap_server

11 lines
309 B
Plaintext
Raw Normal View History

cd "$(dirname "$0")/.."
echo "Update the submodule to latest version..."
git submodule update
echo "Installing dependencies..."
python3 -m pip install --upgrade -r requirements_all.txt
echo "Installing development dependencies.."
2015-09-17 16:08:58 +00:00
python3 -m pip install --upgrade flake8 pylint coveralls pytest pytest-cov