#!/usr/bin/env bash
venvironment='venv'

source ${venvironment}/bin/activate

pip install -r requirements.txt
python -m pip install ansible
