Python Package¶
The Open Web Calendar is available as a Python package on PyPI. If you have Python 3 installed, run this to install the package:
pip install open-web-calendar
After installation, run the Open Web Calendar using Gunicorn:
gunicorn open_web_calendar:app
You should now see the server running at http://127.0.0.1:8000.
For more configuration options, see here: