Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 259 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 259 Bytes

notesMaker

Convert simple notes to Website

Setup

Use md formatted files to take notes. The files can be anywhere in Dropbox.

Install

  • sudo pip install virtualenv
  • virtualenv ws
  • . ws/bin/activate
  • pip install flask
  • python app.py