From 2b52469a0bc0c319b486a8f5bc7ac994ce4d3e30 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Fri, 1 Jul 2016 17:56:29 +0100 Subject: [PATCH] Docs wrapping --- doc/src/install.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/src/install.rst b/doc/src/install.rst index a3f7ae4a..3a95adc4 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.