@@ -3,7 +3,7 @@ GridGain Community Edition thin (binary protocol) client, written in Python 3.
33
44## Prerequisites
55
6- - Python 3.6 or above (3.6 , 3.7 , 3.8 and 3.9 are tested),
6+ - Python 3.7 or above (3.7 , 3.8 , 3.9 and 3.10 are tested),
77- Access to GridGain node, local or remote. The current thin client
88 version was tested on GridGain CE 8.7 and 8.8 (binary client protocol 1.7.0).
99
@@ -49,12 +49,12 @@ There is an optional C extension to speedup some computational intensive tasks.
4949
5050 *** NB!* Docker is required.**
5151
52- - On Windows MSVC 14.x required, and it should be in path, also python versions 3.6 , 3.7 , 3.8 and 3.9 both for x86 and
52+ - On Windows MSVC 14.x required, and it should be in path, also python versions 3.7 , 3.8 , 3.9 and 3.10 both for x86 and
5353 x86-64 should be installed. You can disable some of these versions but you'd need to edit script for that.
5454- For building ` wheels ` for Windows, invoke script ` .\scripts\BuildWheels.ps1 ` using PowerShell. Just make sure that
5555 your execution policy allows execution of scripts in your environment.
5656
57- Ready wheels for ` x86 ` and ` x86-64 ` for different python versions (3.6 , 3.7 , 3.8 and 3.9 ) will be
57+ Ready wheels for ` x86 ` and ` x86-64 ` for different python versions (3.7 , 3.8 , 3.9 and 3.10 ) will be
5858 located in ` distr ` directory.
5959
6060### Updating from older version
@@ -83,19 +83,18 @@ at *RTD* for your convenience.
8383If you want to build the documentation from source, do the developer
8484installation as described above, then run the following commands:
8585```
86- $ cd pygridgain
86+ $ cd <client_root_directory>
8787$ pip install -r requirements/docs.txt
8888$ cd docs
8989$ make html
9090```
9191
92- Then open ` pygridgain /docs/generated/html/index.html`
92+ Then open ` <client_root_directory> /docs/generated/html/index.html`
9393in your browser.
9494
9595## Examples
9696Some examples of using pygridgain are provided in
97- ` pygridgain/examples ` folder. They are extensively
98- commented in the
97+ ` examples ` folder. They are extensively commented in the
9998“[ Examples of usage] ( https://pygridgain.readthedocs.io/en/latest/examples.html ) ”
10099section of the documentation.
101100
0 commit comments