Installation procedure requires building from source. All installation steps happen in command line (terminal).
1. Build pyORBIT as described here
git clone https://github.com/PyORBIT-Collaboration/laser-stripping.git
Put the cloned repository somewhere outside of pyORBIT directory. So your source is now in laser-stripping directory.
If you built pyORBIT environment from source, use customEnvironment.sh instead.
source <path-to-pyORBIT-installation>/setupEnvironment.sh
make clean
make
This will put a dynamic library into <path-to-pyORBIT-installation>/lib. If make failed, it usually means that some of the libraries aren't set up properly.
cd examples
./START.sh 1GeV-particle-stripping.py 2
This will launch 1GeV-particle-stripping.py example on two MPI nodes. Other laser stripping related examples are availabale in Examples repository.