Versions Compared

Key

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

...

Code Block
languagebash
themeRDark
titleBring up software
ssh rdsrv317
#clone project repository
git clone --recursive git@github.com:slaclab/ePixHR10k-2M-dev.git -b pre-release
cd ePixHR10k-2M-dev/software/scripts
source ../setup_env_slac.sh
#open the software
cd scripts
cp ../../firmware/python/ePixViewer/software/runLiveDisplay.py .
python devGui.py


Using Jupyter notebook

...