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

Compare with Current View Page History

« Previous Version 2 Next »

 

  1. setup the the ssh key for the comp
    1. https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/
    2. https://help.github.com/en/articles/adding-a-new-ssh-key-to-your-github-account
  2. clone the repository and update submodules
    1. git clone git@github.com:slaclab/lcls2-pcie-apps.git
    2. cd into lcls2-pcie-apps
    3. git submodule init
    4. git submodule update --recursive
    5. git checkout pre-release
    6. git submodule update --recursive
  3. conda install rogue
    1. first get the mini conda installer from https://docs.conda.io/en/latest/miniconda.html
  • No labels