Skip to content

Commit a80a8aa

Browse files
authored
add "Using MSI"
1 parent 20a4179 commit a80a8aa

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,27 @@ GridDB Server need to be started in advance.
8282

8383
## QuickStart (Windows)
8484

85+
### Using source code
86+
8587
Please refer to [Cmake Build Guide](https://griddb.github.io/python_client/cmake_build_guide.html)
8688

89+
### Using MSI
90+
91+
#### Install Python Client
92+
93+
Install the MSI package, the package is extracted into C:/Program Files/griddb/Python Client/X.X.X folder.
94+
95+
#### Execute a Python client sample program
96+
97+
* Put sample1.py into C:/Program Files/GridDB/Python Client/X.X.X
98+
* Run following command to execute program
99+
```
100+
<PATH_TO>/python.exe sample1.py <GridDB notification address> <GridDB notification port>
101+
<GridDB cluster name> <GridDB user> <GridDB password>
102+
```
103+
104+
Note: X.X.X is the software version.
105+
87106
## Function
88107
89108
(available)

0 commit comments

Comments
 (0)