Install ======= Install ``jotting`` with `pip`_: .. code-block:: bash pip install jotting Then `requests`_ and `flask`_ to follow along with the examples: .. code-block:: bash pip install requests flask Development ----------- If you'd like to work the source code, then clone the repository from github: .. code-block:: bash git clone git@github.com:rmorshea/jotting.git && cd jotting And do an editable install with `pip`_ that includes `requirements.txt`: .. code-block:: bash pip install -e . -r requirements.txt .. Links .. ===== .. _flask: http://flask.pocoo.org/ .. _requests: http://docs.python-requests.org/en/master/ .. _pip: https://pip.pypa.io/en/stable/quickstart/