# SMart SCHeduling ## Required software (on ubuntu's OS family): - `sudo apt-get install libpq-dev python-dev postgresql postgresql-contrib python virtualenv python-virtualenv` - After cloning the repository: `. env/bin/activate; pip install -r requirements.txt` ## Development - Always start by activating _virtualenv_, by: `devel@host ~/home/smash $ . env/bin/activate`