#!/bin/sh # Resolve all server dependencies that the application requires to develop. # Stop on errors set -e cd "$(dirname "$0")/.." echo "Installing test dependencies..." python3 -m pip install tox colorlog