Skip to content

Commit 90bc61a

Browse files
authored
Update README.md
1 parent 8eda8c5 commit 90bc61a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# flask-sqlacodegen
2-
3-
GitHub page: [flask-sqlacodegen](https://github.com/ksindi/flask-sqlacodegen)
1+
# Flask sqlacodegen
42

53
Fork of [sqlacodegen](https://pypi.python.org/pypi/sqlacodegen) by Alex Gronholm. Based off of version 1.1.6.
64

@@ -17,12 +15,12 @@ What's different:
1715
## Install
1816

1917
With pip:
20-
```
18+
```sh
2119
pip install flask-sqlacodegen
2220
```
2321

2422
Without pip:
25-
```
23+
```sh
2624
git clone https://github.com/ksindi/flask-sqlacodegen.git
2725
cd flask-sqlacodegen/
2826
python setup.py install

0 commit comments

Comments
 (0)