Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 234 Bytes

File metadata and controls

10 lines (7 loc) · 234 Bytes

ics_handler

Python code for handling the .ics files

  1. Create virtual environment in root directory of project.
  2. pip install -r requirements.txt to install dependencies

Start flask

  1. Run project
  2. flask run in virtualenv