Skip to content
Snippets Groups Projects
Commit 80502bd2 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Added SQLite solution in Installation section.

parent 85b23f47
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,7 @@ $ flask db init ...@@ -43,6 +43,7 @@ $ flask db init
$ flask db migrate $ flask db migrate
$ flask db upgrade $ flask db upgrade
``` ```
In case you are using SQLite, refer to the third problem in [Known problem](#known-problems).
Finally, you can run your app Finally, you can run your app
```shell ```shell
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment