diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2016-11-29 13:13:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-29 13:13:07 +0100 |
| commit | c6ca7737d9ad98ab5891fcd4f499c2cdaff73b5c (patch) | |
| tree | 4069ca8d61bf70e244044d29f77044519afd039f | |
| parent | b87ae89e8610f76c9902c46644bdca6fd4e83607 (diff) | |
| parent | 81821f2f061b183e2bcbd0cd23cc14557b1892e8 (diff) | |
| download | sqlparse-c6ca7737d9ad98ab5891fcd4f499c2cdaff73b5c.tar.gz | |
Merge pull request #304 from JoaoGFarias/PIP_installation
Adding pip installation command to README
| -rw-r--r-- | README.rst | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -10,7 +10,15 @@ sqlparse is a non-validating SQL parser module for Python. Install ------- -Run:: +From pip, run:: + + $ pip install --upgrade sqlparse + +Consider using the ``--user`` option_. + +.. _option: https://pip.pypa.io/en/latest/user_guide/#user-installs + +From the repository, run:: python setup.py install |
