File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -215,17 +215,17 @@ To run the Flask or Django container:
215
215
216
216
Both example applications utilise the env variables described in [ Configuration] ( #configuration ) , make sure they are accessible.
217
217
218
- * Installing dependencies: ` pip install -e .[examples] ` (If you're using ` zsh ` you need to escape the square brackets: ` pip install -e .\[examples\] ` )
219
-
220
218
#### Flask
221
219
222
220
1 . Change directories to the Flask project: ` cd examples/yoti_example_flask `
221
+ 1 . Install dependencies: ` pip install -r requirements.txt `
223
222
1 . Run ` python app.py `
224
223
1 . Navigate to https:////localhost:5000
225
224
226
225
#### Django
227
226
228
227
1 . Change directories to the Django project: ` cd examples/yoti_example_django `
228
+ 1 . Install dependencies: ` pip install -r requirements.txt `
229
229
1 . Apply migrations before the first start by running: ` python manage.py migrate `
230
230
1 . Run: ` python manage.py runsslserver 0.0.0.0:5000 `
231
231
1 . Navigate to https://localhost:5000
You can’t perform that action at this time.
0 commit comments