Skip to content

Commit d40c5bb

Browse files
committed
Enhance installation instructions
1 parent ea8982c commit d40c5bb

1 file changed

Lines changed: 14 additions & 10 deletions

File tree

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,23 @@ Prerequisites
88
The following items are required on the host platform in addition to the Boundary Premium [relay](http://premium-support.boundary.com/customer/portal/articles/1635550-plugins---how-to).
99
* Python 2.6.6 or later
1010
* PsycoPG2 module which the requires the following to install using pip
11-
* PostreSQL libpq-dev
12-
* PythonDev
11+
-- PostreSQL libpq-dev
12+
-- PythonDev
1313

14-
## Installation of the PsycoPG2 library using pip:
15-
'''bash
16-
$ curl -s https://bootstrap.pypa.io/get-pip.py > get-pip.py
17-
$ sudo python get-pip.py
18-
$ pip install psycopg2
19-
'''
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+
```bash
18+
$ curl -s https://bootstrap.pypa.io/get-pip.py > get-pip.py
19+
$ sudo python get-pip.py
20+
```
21+
2. Install the `psycopy2` module
22+
```
23+
$ pip install psycopg2
24+
```
2025

2126
## Metrics
22-
To limit additional metrics the plugin currently provides the below metrics but can easily be extended to provide per DB metrics
23-
(see code comments) Or make custom collections if required.
27+
The plugin currently provides the below indicated metrics below, but can easily be extended to provide per database metrics or custom metrics if required.
2428

2529
### Lock Stats
2630
The following collects regarding database wide locks.

0 commit comments

Comments
 (0)