diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2016-07-01 17:56:29 +0100 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2016-07-01 18:03:49 +0100 |
commit | 9c156d41bbd9afe202c74cddb5c95d5ebd8aeb67 (patch) | |
tree | 3f8f04fa73fd0990ba0533b32daed46cf62c2873 | |
parent | 1442655d3ce8b64abe57200f18bd8878a8b2c4a6 (diff) | |
download | psycopg2-9c156d41bbd9afe202c74cddb5c95d5ebd8aeb67.tar.gz |
Docs wrapping
-rw-r--r-- | doc/src/install.rst | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/src/install.rst b/doc/src/install.rst index a3f7ae4..3a95adc 100644 --- a/doc/src/install.rst +++ b/doc/src/install.rst @@ -106,13 +106,15 @@ Install from a package **Microsoft Windows** There are two options to install a precompiled `psycopg2` package under windows: - - **Option 1:** Using `pip`__ (Included in python 2.7.9+ and python 3.4+) and a binary wheel package. Launch windows' command prompt (`cmd.exe`) and execute the following command:: + + **Option 1:** Using `pip`__ (Included in python 2.7.9+ and python 3.4+) + and a binary wheel package. Launch windows' command prompt (`cmd.exe`) + and execute the following command:: pip install psycopg2 - + .. __: https://pip.pypa.io/en/stable/installing/ - + **Option 2:** Jason Erickson maintains a packaged `Windows port of Psycopg`__ with installation executable. Download. Double click. Done. |