Commit 685f3ce5 authored by Nic West's avatar Nic West

Update layout_bootstrap3 readme paths

The paths in this readme were no longer correct.
parent 29f33bb6
...@@ -14,11 +14,11 @@ To run this example: ...@@ -14,11 +14,11 @@ To run this example:
3. Install requirements:: 3. Install requirements::
pip install -r 'examples/layout-bootstrap3/requirements.txt' pip install -r 'examples/layout_bootstrap3/requirements.txt'
4. Run the application:: 4. Run the application::
python examples/layout-bootstrap3/app.py python examples/layout_bootstrap3/app.py
The first time you run this example, a sample sqlite database gets populated automatically. To suppress this behaviour, The first time you run this example, a sample sqlite database gets populated automatically. To suppress this behaviour,
comment the following lines in app.py::: comment the following lines in app.py:::
......
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