From 81821f2f061b183e2bcbd0cd23cc14557b1892e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Guilherme=20Farias=20Duda?= Date: Mon, 28 Nov 2016 15:11:08 -0300 Subject: Adding pip installation command to README --- README.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1