Skip to content

Commit

Permalink
doc: update readme file #955
Browse files Browse the repository at this point in the history
  • Loading branch information
bimalkjha committed Jul 11, 2024
1 parent bbd0e83 commit be68a42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,14 +484,14 @@ DCO 1.1 Signed-off-by: Random J Developer <random@developer.org>
### Always use the latest pip
```python3 -m pip install --upgrade pip```

### Install the package python3-dev that delivers the python.h header file
### Install the package python3-devel that delivers the python.h header file
```
For RHEL use
yum install python3-dev
sudo yum install python3-devel
```
```
For Ubuntu use
apt-get install python3-dev
sudo apt-get install python3-devel
```

* Once the above steps works fine, try re-installing ibm_db.
Expand Down

0 comments on commit be68a42

Please sign in to comment.