File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ Main differences to [the old Python Client](https://github.com/griddb/griddb_cli
16
16
17
17
Building of the library and execution of the sample programs have been checked in the following environment.
18
18
19
- OS: CentOS 6.7 (x64)
19
+ OS: CentOS 7.6 (x64)
20
20
SWIG: 3.0.12
21
- GCC: 4.4.7
21
+ GCC: 4.8.5
22
22
Python: 3.6
23
- GridDB Server and C Client: 4.0 CE / 3.0 CE
23
+ GridDB Server and C Client: 4.2 CE
24
24
25
25
## QuickStart
26
26
### Preparations
@@ -93,8 +93,7 @@ Please refer to the following files for more detailed information.
93
93
94
94
Note:
95
95
1 . The current API might be changed in the next version. e.g. ContainerInfo
96
- 2 . When you use GridDB V3.0 CE, please replace gridstore.h with gridstoreForV3.0.h on include/ folder and build sources.
97
- 3 . There is [ Python Package for 0.7.6 on The Python Package Index (PyPI)] ( https://pypi.org/project/griddb-python/ ) .
96
+ 2 . There is [ Python Package for 0.7.6 on The Python Package Index (PyPI)] ( https://pypi.org/project/griddb-python/ ) .
98
97
99
98
## Community
100
99
Original file line number Diff line number Diff line change 16
16
17
17
#ifndef _STORE_FACTORY_H_
18
18
#define _STORE_FACTORY_H_
19
- #define CLIENT_VERSION " GridDB Python Client 0.8.0 "
19
+ #define CLIENT_VERSION " GridDB Python Client 0.8"
20
20
21
21
#include < map>
22
22
#include < string>
You can’t perform that action at this time.
0 commit comments