Skip to content

Commit 0cfe21b

Browse files
committed
Update install docs for z/OS #1013
1 parent f5566d3 commit 0cfe21b

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

INSTALL.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,12 +283,21 @@ Follow the standard steps for the same i.e. pip3 install ibm_db
283283
284284
### 2.5 Install python-ibmdb
285285
286-
Below are the steps to install [*python-ibmdb*](https://github.com/ibmdb/python-ibmdb) from github or pip.
286+
#### 2.5.1 Install ibm_db from IBM Python AI Toolkit for z/OS
287287
288-
#### 2.5.1 Direct Installation.
288+
IBM provides a precompiled version of ibm_db as part of IBM Python AI Toolkit for z/OS, see https://ibm-z-oss-oda.github.io/python_ai_toolkit_zos/.
289+
290+
Install command:
291+
```
292+
pip3 install --index-url https://downloads.pyaitoolkit.ibm.net/repository/python_ai_toolkit_zos/simple --trusted-host downloads.pyaitoolkit.ibm.net --only-binary :all: ibm_db
293+
```
294+
295+
#### 2.5.2 Direct Installation: Using pip from pypi or github
289296
```
290297
pip install ibm_db
298+
```
291299
or
300+
```
292301
pip install --no-build-isolation ibm_db
293302
```
294303
or
@@ -308,7 +317,7 @@ or
308317
CC="ibm-clang64" pip install --no-build-isolation ibm_db
309318
```
310319
311-
#### 2.5.2 Manual Installation by using git clone.
320+
#### 2.5.3 Manual Installation by using git clone.
312321
313322
Before starting the manual installation, ensure you have the latest versions of the required modules installed. Run the following command to install them:
314323
```

0 commit comments

Comments
 (0)