Skip to content

Commit 0132f93

Browse files
committed
Fixed RST rendering to make PyPI happier in the future
1 parent 0528221 commit 0132f93

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,23 @@ on the existing examples, and submit a *pull-request*.
4343

4444
To run the examples in your local environment::
4545

46-
1. Clone the repository::
46+
1. Clone the repository::
4747

48-
git clone https://github.com/flask-admin/flask-admin.git
49-
cd flask-admin
48+
git clone https://github.com/flask-admin/flask-admin.git
49+
cd flask-admin
5050

51-
2. Create and activate a virtual environment::
51+
2. Create and activate a virtual environment::
5252

53-
virtualenv env -p python3
54-
source env/bin/activate
53+
virtualenv env -p python3
54+
source env/bin/activate
5555

56-
3. Install requirements::
56+
3. Install requirements::
5757

58-
pip install -r 'examples/sqla/requirements.txt'
58+
pip install -r 'examples/sqla/requirements.txt'
5959

60-
4. Run the application::
60+
4. Run the application::
6161

62-
python examples/sqla/app.py
62+
python examples/sqla/app.py
6363

6464
Documentation
6565
-------------

0 commit comments

Comments
 (0)