#!/bin/bash

set -e

cd "$(dirname "${BASH_SOURCE[0]}")/../.."
pip install -r requirements.txt
