File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,8 +82,27 @@ GridDB Server need to be started in advance.
8282
8383## QuickStart (Windows)
8484
85+ ### Using source code
86+
8587Please 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)
You can’t perform that action at this time.
0 commit comments