File tree Expand file tree Collapse file tree 1 file changed +17
-16
lines changed Expand file tree Collapse file tree 1 file changed +17
-16
lines changed Original file line number Diff line number Diff line change @@ -8,26 +8,11 @@ Flask starter project...
88
99### Basics
1010
11+ 1 . cd into the ` {{cookiecutter.app_slug}} ` directory.
11121 . Create and activate a virtualenv
12131 . Install the requirements
1314
1415
15-
16- ### Cookiecutter Template
17-
18- Install cookiecutter with your package manager:
19-
20- ``` sh
21- $ pip install cookiecutter
22- ```
23-
24- Create your app with:
25-
26- ``` sh
27- $ cookiecutter https://github.com/vuLgAr/flask-skeleton.git --checkout cookiecutter
28- ```
29-
30-
3116### Set Environment Variables
3217
3318Update * project/server/config.py* , and then run:
@@ -78,3 +63,19 @@ With coverage:
7863``` sh
7964$ python manage.py cov
8065```
66+
67+ ### Cookiecutter Template
68+
69+ Alternatively you can use the cookiecutter template.
70+
71+ Install cookiecutter with your package manager:
72+
73+ ``` sh
74+ $ pip install cookiecutter
75+ ```
76+
77+ Create your app with:
78+
79+ ``` sh
80+ $ cookiecutter https://github.com/vuLgAr/flask-skeleton.git --checkout cookiecutter
81+ ```
You can’t perform that action at this time.
0 commit comments