Eng.

To use the libximc library, the example uses a wrapper module /ximc/crossplatform/wrappers/python/libximc.
To run, you need to have python 2 or 3 versions installed.

===== RUN =====
On Windows: Make sure that Microsoft Visual C++ Redistributable Package 2013 is installed.
	1. Change the current directory to examples/test_Python/standardtest.
	2. Run the example with the command:
		$ python testpython.py

On Linux and macOS:
	1. Change the current directory to examples/test_Python/standardtest.
	2. Run the example with the command:
		$ python testpython.py


Rus.

Для работы с библиотекой libximc в примере используется модуль-обёртка /ximc/crossplatform/wrappers/python/libximc.
Для запуска необходим установленный python 2 или 3 версии.
 
===== ЗАПУСК =====
Windows: Убедитесь, что Microsoft Visual C++ Redistributable Package 2013 установлен.
	1. Измените текущий каталог на examples/test_Python/standardtest.
	2. Запустите пример командой:
		$ python testpython.py

Linux and macOS:
	1. Измените текущий каталог на examples/test_Python/standardtest.
	2. Запустите пример командой:
		$ python testpython.py
