Versions Compared

Key

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

...

  1. Make a GitHub account and record your username (personal or work email is fine)
  2. Add your ssh key to your GitHub account
  3. Navigate to the #comp-general Slack channel 
  4. Create a SLAC GitHub access workflow (the + with the lightning bolt at the bottom). An admin will review and grant you access


Info
titleARM Macs

Note for anyone using ARM Macs: prefix any conda command in the following sections with CONDA_SUBDIR=osx-64 because the current builds do not support ARM. For example, instead of conda install use CONDA_SUBDIR=osx-64 conda install 

Installing PyDM

The basic steps can be found in the official documentation, but some quality of life improvements include:

...