Eng.

Python wrapper for working with stepper motor controllers using the [libximc](https://pypi.org/project/libximc/) library.

===== Running the example on Google Colab =====
	1. Sign in to your Google account in browser.
	2. Open [Google Colab](https://colab.research.google.com/drive/1xJawpc-0CIZLDlwkefzSgWrAyBVSlaMl) in browser.
	3. Then follow the instructions from the **Standa_8SMC5_USB_Python_tutorial.ipynb** example.

===== Running the example on Jupyter Notebook =====
	1. Download notebook, to do this, click "File -> Download -> Download IPYNB".
	2. Go to the notepad folder and run the command at the command prompt:
		- if you work on Windows:
			$ jupyter notebook Standa_8SMC5_USB_Python_tutorial.ipynb
		- if you work on Linux:
			$ jupyter notebook Standa_8SMC5_USB_Python_tutorial.ipynb
	3. Then follow the instructions from the **Standa_8SMC5_USB_Python_tutorial.ipynb** example.


Rus.

Python-обертка для работы с контроллерами шаговых двигателей с помощью библиотеки [libximc](https://pypi.org/project/libximc/).

===== Запуск примера на Google Colab =====
	1. В браузере войдите в ваш аккаунт Google.
	2. Откройте в браузере [Google Colab](https://colab.research.google.com/drive/1xJawpc-0CIZLDlwkefzSgWrAyBVSlaMl).
	3. Далее следуйте инструкции из примера **Standa_8SMC5_USB_Python_tutorial.ipynb**.

===== Запуск примера на Jupyter Notebook =====
	1. Скачайте блокнот, для этого нажмите "Файл -> Скачать -> Скачать IPYNB".
	2. Перейдите в папку с блокнотом и в командной строке выполните команду:
	   - если вы работаете в *Windows*:
			$ jupyter notebook Standa_8SMC5_USB_Python_tutorial.ipynb
	   - если вы работаете в *Linux*:
			$ jupyter notebook Standa_8SMC5_USB_Python_tutorial.ipynb
	3. Далее следуйте инструкции из примера **Standa_8SMC5_USB_Python_tutorial.ipynb**.
