File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -43,23 +43,23 @@ on the existing examples, and submit a *pull-request*.
43
43
44
44
To run the examples in your local environment::
45
45
46
- 1. Clone the repository::
46
+ 1. Clone the repository::
47
47
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
50
50
51
- 2. Create and activate a virtual environment::
51
+ 2. Create and activate a virtual environment::
52
52
53
- virtualenv env -p python3
54
- source env/bin/activate
53
+ virtualenv env -p python3
54
+ source env/bin/activate
55
55
56
- 3. Install requirements::
56
+ 3. Install requirements::
57
57
58
- pip install -r 'examples/sqla/requirements.txt'
58
+ pip install -r 'examples/sqla/requirements.txt'
59
59
60
- 4. Run the application::
60
+ 4. Run the application::
61
61
62
- python examples/sqla/app.py
62
+ python examples/sqla/app.py
63
63
64
64
Documentation
65
65
-------------
You can’t perform that action at this time.
0 commit comments