Skip to content

Commit 8fef423

Browse files
committed
Add required carriage returns
1 parent be8a509 commit 8fef423

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ The following items are required on the host platform in addition to the Boundar
1414
### Installation of the PsycoPG2 library using pip:
1515

1616
1. Install [pip](http://pip.readthedocs.org/en/latest/installing.html) if not already installed
17+
1718
```bash
1819
$ curl -s https://bootstrap.pypa.io/get-pip.py > get-pip.py
1920
$ sudo python get-pip.py
2021
```
2122
2. Install the `psycopy2` module
23+
2224
```bash
2325
$ pip install psycopg2
2426
```

0 commit comments

Comments
 (0)