summaryrefslogtreecommitdiff
path: root/doc/src/install.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/install.rst')
-rw-r--r--doc/src/install.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/install.rst b/doc/src/install.rst
index 4100aaa..53798d7 100644
--- a/doc/src/install.rst
+++ b/doc/src/install.rst
@@ -28,7 +28,7 @@ For most operating systems, the quickest way to install psycopg is using the whe
$ pip install psycopg2-binary
-This will install a pre-compiled binary version of the module which does not require the build or runtime prerequisites described below. Make sure to sue an up-date-date version of :program:`pip` (you can upgrade it
+This will install a pre-compiled binary version of the module which does not require the build or runtime prerequisites described below. Make sure to use an up-date-date version of :program:`pip` (you can upgrade it
using something like ``pip install -U pip``).
You may then import the ``psycopg`` package, as usual: