You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

As with all Python projects, it is good practice to create a development environment in which to install all the libraries necessary for testing:

Procedure if you have CONDA

$ conda create --name epics python=3.8.13

$ conda activate epics

$ pip install cothread==2.20.0

$  pip install softioc==4.5.0

This is the minimal environment for operating a SoftIOC in Python.





  • No labels