ddayguerrero / infamous-course-scheduler

🗓 SOEN341 - Software Processes Course Project - Pick a class. Pick a semester. Boom.
2 stars 4 forks source link

SOEN 341

Welcome to the SOEN 341 project repository. If you are a team member, then please visit and read our wiki!

To run the app:

  1. cd into the root directory (top most directory) of the repo
  2. execute "virtualenv --no-site-packages --distribute .env && source .env/bin/activate && pip install -r requirements.txt"
    You should now have a hidden ".env" folder inside your local repo with all the required packages installed (pip,flask..)
  3. execute "python run.py"