summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Guilherme Farias Duda <jgfd@cin.ufpe.br>2016-11-28 15:11:08 -0300
committerGitHub <noreply@github.com>2016-11-28 15:11:08 -0300
commit81821f2f061b183e2bcbd0cd23cc14557b1892e8 (patch)
tree4069ca8d61bf70e244044d29f77044519afd039f
parentb87ae89e8610f76c9902c46644bdca6fd4e83607 (diff)
downloadsqlparse-81821f2f061b183e2bcbd0cd23cc14557b1892e8.tar.gz
Adding pip installation command to README
-rw-r--r--README.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index f397c01..06b9e03 100644
--- a/README.rst
+++ b/README.rst
@@ -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