Versions Compared

Key

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

...

Code Block
languagebash
sit_setup ana-current scikit-beam-devel
cd scikit-beam-devel
sit_setup
git clone https://github.com/scikit-beam/scikit-beam.git
mv scikit-beam scikit-beam-devel         # not neccessary, but onewe'll wayuse to avoid name collision withscikit-beam for our SConscript proxy package
cd scikit-beam-devel

# now we'll build it, and 'install' it in a local directory called install
python setup.py build
python setup.py install --prefix=install --old-and-unmanageable

...