PyDM 101

From Beam Line Controls
Revision as of 16:30, 21 February 2023 by Rodolakis (talk | contribs) (→‎Getting started)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Getting started

Requirements: python3 and conda.

  • Activate conda:
$ source /APSshare/miniconda/x86_64/bin/activate
  • Instal pydm environment:
$ conda create -n pydm -c conda-forge pydm
  • Restart shell (ie close terminal and open a new one) and activate pydm:
$ source /APSshare/miniconda/x86_64/bin/activate pydm
$ which designer
~/.conda/envs/pydm/bin/designer
$ designer &

External Links