We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be8a509 commit 8fef423Copy full SHA for 8fef423
1 file changed
README.md
@@ -14,11 +14,13 @@ The following items are required on the host platform in addition to the Boundar
14
### Installation of the PsycoPG2 library using pip:
15
16
1. Install [pip](http://pip.readthedocs.org/en/latest/installing.html) if not already installed
17
+
18
```bash
19
$ curl -s https://bootstrap.pypa.io/get-pip.py > get-pip.py
20
$ sudo python get-pip.py
21
```
22
2. Install the `psycopy2` module
23
24
25
$ pip install psycopg2
26
0 commit comments