Skip to content

Commit 6ea45da

Browse files
committed
Add install instructions to readme
1 parent 0e6dfe7 commit 6ea45da

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Flask Parameter Validation
22
### Get and validate all Flask input parameters with ease.
33

4+
## Install
5+
* Pip: Install with `pip install flask_parameter_validation`.
6+
* Manually:
7+
- `git clone https://github.com/Ge0rg3/Flask-Parameter-Validation.git`
8+
- `python setup.py install`
9+
10+
411
## Simple Usage
512
```py
613
from flask import Flask

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='Flask-Parameter-Validation',
14-
version='1.0.12',
14+
version='1.0.15',
1515
url='https://github.com/Ge0rg3/Flask-Parameter-Validation',
1616
license='MIT',
1717
author='George Omnet',

0 commit comments

Comments
 (0)