Jotting Table Of Contents

Install

Install jotting with pip:

pip install jotting

Then requests and flask to follow along with the examples:

pip install requests flask

Development

If you’d like to work the source code, then clone the repository from github:

git clone git@github.com:rmorshea/jotting.git && cd jotting

And do an editable install with pip that includes requirements.txt:

pip install -e . -r requirements.txt