Skip to content

Commit 4a09102

Browse files
Update README.md
1 parent 26b9ed8 commit 4a09102

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ cd db-endpoint-latency-testing-ammeter/
7878

7979
## Install Python packages
8080
```
81+
## On CentOS or Oracle Linux or Redhat Linux
82+
sudo yum install postgresql postgresql-devel python36-devel
83+
84+
## On Ubuntu
85+
sudo apt install libpq-dev python3.x-dev
86+
87+
## Install requirements
8188
sudo pip3 install -r requirements.txt
8289
```
8390

0 commit comments

Comments
 (0)