Note: It is possible to install more Pyhton modules using the pip standard way of python
<GiD>\scripts\tohil\python -m pip install <module>
e.g.
python -m pip install numpy
The pip program is located at <GiD>\scripts\tohil\python\scripts\pip.exe
modules will be located at
<GiD>\scripts\tohil\python\lib\site-packages
Note: probably must run pip in a console opened in Windows ‘as administrator’ (otherwise Windows doesn’t allow to copy the files if GiD is installed in ‘Program files’ as usual). In Linux do it as ‘sudo’