Commit 0132f935 authored by Serge Koval's avatar Serge Koval

Fixed RST rendering to make PyPI happier in the future

parent 0528221e
...@@ -43,21 +43,21 @@ on the existing examples, and submit a *pull-request*. ...@@ -43,21 +43,21 @@ on the existing examples, and submit a *pull-request*.
To run the examples in your local environment:: To run the examples in your local environment::
1. Clone the repository:: 1. Clone the repository::
git clone https://github.com/flask-admin/flask-admin.git git clone https://github.com/flask-admin/flask-admin.git
cd flask-admin cd flask-admin
2. Create and activate a virtual environment:: 2. Create and activate a virtual environment::
virtualenv env -p python3 virtualenv env -p python3
source env/bin/activate source env/bin/activate
3. Install requirements:: 3. Install requirements::
pip install -r 'examples/sqla/requirements.txt' pip install -r 'examples/sqla/requirements.txt'
4. Run the application:: 4. Run the application::
python examples/sqla/app.py python examples/sqla/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