#!/bin/sh python3 -m venv venv . venv/bin/activate pip install -r requirements.txt echo "**** Remember to create a .env file" echo "**** (see example.env for an example)"