Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

warning This document, in a preliminary state, was created for educational tutorial for ITS students.

Documentation

https://dls-controls.github.io/pythonSoftIOC/master/index.html

...

Code Block
languagebash
themeConfluence
titleProcedure for CONDA EnvironmentInstalling asyncio instead of cothread in Windows
$ pip install asyncio==3.4.3

See https://dls-controls.github.io/pythonSoftIOC/master/how-to/use-asyncio-in-an-ioc.html for an example of softIOC running with asyncio.


warning It is good practice to exit all environments before activating the desired environment in order to avoid problems.

...