Skip to content

Commit

Permalink
Formatting cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wieck committed Oct 5, 2022
1 parent ae09234 commit ca1b9e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ If you installed PostgreSQL via the [PGDG yum repository](https://yum.postgresql

On a PostgreSQL server you would normally install via the meta-package. The separate `postgresqlXX-plprofiler-server` package is provided for installations where one intentionally does not provide debugging or testing utilities.

The **postgresqlXX-plprofiler-client** package is intended for developer workstations that do not have the PostgreSQL server itself installed.
The `postgresqlXX-plprofiler-client` package is intended for developer workstations that do not have the PostgreSQL server itself installed.

Installing the PL Profiler client via pip
-----------------------------------------

In environments where users cannot install RPM packages, the **plprofiler-client** can be installed via Python's `pip` utility. It is recommended to use [Python Virtual Environments](https://docs.python.org/3/library/venv.html) in this case.
In environments where users cannot install RPM packages, the `plprofiler-client` can be installed via Python's `pip` utility. It is recommended to use [Python Virtual Environments](https://docs.python.org/3/library/venv.html) in this case.

```
cd
Expand Down Expand Up @@ -61,7 +61,7 @@ cd plprofiler
USE_PGXS=1 make install
```

The **plprofiler-client** part in both cases is then installed via `setup.py`. It is recommended to use a [Python Virtual Environments](https://docs.python.org/3/library/venv.html) for this.
The `plprofiler-client` part in both cases is then installed via `setup.py`. It is recommended to use a [Python Virtual Environments](https://docs.python.org/3/library/venv.html) for this.

```
cd python-plprofiler
Expand Down

0 comments on commit ca1b9e1

Please sign in to comment.