Skip to content
Snippets Groups Projects
user avatar
Jacek Lebioda authored
64a54191
History
Name Last commit Last update
smash
.gitignore
readme.md
requirements.txt

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