Versions Compared

Key

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

...

$ conda create --name <name_of_environment> python=3.8.13

$ conda activate epicsactivate<name_of_environment>

$ pip install cothread==2.20.0

$  pip install softioc==4.5.0

...

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

$ conda deactivate

$ conda activate <name_of_environment>



Test SoftIOC with CS-Studio

...