You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Db2 V11.5.4 clidriver is built with GCC version 8.4.0 and hence you may need to
68
68
<aname="installation"></a>
69
69
## Installation
70
70
71
-
Python wheels are built for linux, macos and windows for multiple python versions (from python version 3.7 to 3.11).And for other platforms package gets installed from source distribution.
71
+
*Python **Wheels** are built for Linux, MacOS and Windows operating systems for multiple python versions (from python version 3.7 to 3.11). For other platforms, package gets installed from source distribution.
72
72
73
73
You can install the driver using pip as:
74
74
@@ -77,12 +77,12 @@ pip install ibm_db
77
77
```
78
78
This will install ibm_db and ibm_db_dbi module.
79
79
80
-
If you have to use your own URL for clidriver please set environment variable
80
+
If you have to use your own URL for clidriver.tar.gz/.zip please set environment variable
81
81
```
82
82
IBM_DB_INSTALLER_URL
83
83
```
84
84
85
-
Note: For windows after installing ibm_db,recieves the below error when we try to import ibm_db :
85
+
**Note:** For windows after installing ibm_db,recieves the below error when we try to import ibm_db :
86
86
```>python
87
87
Python 3.11.4 (tags/v3.11.4:d2340ef, Jun 7 2023, 05:45:37) [MSC v.1934 64 bit (AMD64)] on win32
88
88
Type "help", "copyright", "credits" or "license" for more information.
@@ -97,9 +97,11 @@ We need to make sure to set dll path of dependent library of clidriver before im
97
97
```
98
98
import os
99
99
os.add_dll_directory('path to clidriver installation until bin')
0 commit comments