Skip to content

Commit

Permalink
📝 Add example documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Oct 28, 2018
1 parent f1101b4 commit 3c99293
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,25 @@ Installation
$ pip install --user flask-mongo-profiler
Example
-------

.. code-block:: shell
# inside of a virtualenv
$ pip install flask-mongo-profiler
$ pip install -r requirements/contrib.txt
$ cd examples/flask_todo
# With debugger
$ env FLASK_ENV=develoment flask run
# Without
$ flask run
# Load pages, go to http://localhost:5000/admin/
Project details
---------------

Expand Down

0 comments on commit 3c99293

Please sign in to comment.