Versions Compared

Key

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

If you are only developing a package like scikit-beam, and do not need to to simultaneously develop a package in psana, I would not use the psana test release system, I would do the following

 

  • make your own conda environment
    • either something simple, like
      conda create --name myenv python=2.7
    • or something with all of psana, like
      conda create --name myenv --clone ana-1.0.7
      note, this will copy a lot of files into your home directory, and there are issues discused on the User Documentation page

  • actvate your environment, i.e
    source activate myenv 
  • install scikit-beam in develop mode into y