Convert Org mode files to html.
- Flask to serve the html document.
- Flask addon SocketIO (https://github.com/miguelgrinberg/Flask-SocketIO) for asynchronous update of webpage.
- orgparse to read the org mode files.
- watchdog to monitor any changes made to the org mode files.
- may be required or not, we will see.
Step 1, install Python 3.
pip install flask
pip install flask-socketio
pip install orgparse
pip install watchdog