Commit 2685ae7d authored by Petrus J.v.Rensburg's avatar Petrus J.v.Rensburg

Update example section in README.

parent fb4bf2aa
......@@ -36,15 +36,10 @@ Several usage examples are included in the */examples* folder. Please feel free
on some of the existing ones, and then submit them via GitHub as a *pull-request*.
You can see some of these examples in action at `http://examples.flask-admin.org <http://examples.flask-admin.org/>`_.
To run that same page in your local environment, simply::
To run the examples on your local environment, one at a time, do something like::
cd flask-admin
python examples/runserver.py
Alternatively, you can run the examples one at a time, with something like::
cd flask-admin
python examples/simple/simple.py
python examples/simple/app.py
Documentation
-------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment