We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eda8c5 commit 90bc61aCopy full SHA for 90bc61a
README.md
@@ -1,6 +1,4 @@
1
-# flask-sqlacodegen
2
-
3
-GitHub page: [flask-sqlacodegen](https://github.com/ksindi/flask-sqlacodegen)
+# Flask sqlacodegen
4
5
Fork of [sqlacodegen](https://pypi.python.org/pypi/sqlacodegen) by Alex Gronholm. Based off of version 1.1.6.
6
@@ -17,12 +15,12 @@ What's different:
17
15
## Install
18
16
19
With pip:
20
-```
+```sh
21
pip install flask-sqlacodegen
22
```
23
24
Without pip:
25
26
git clone https://github.com/ksindi/flask-sqlacodegen.git
27
cd flask-sqlacodegen/
28
python setup.py install
0 commit comments