Warning, /tutorial-reconstruction-algorithms/learners/setup.md is written in an unsupported language. File is not indexed.
0001 ---
0002 title: Setup
0003 ---
0004
0005 To follow along with this tutorial you will need:
0006
0007 1. A GitHub account ([sign up here](https://github.com/signup)).
0008 2. A working `eic-shell` environment. If you do not have one yet, first complete the
0009 [Setting Up Your EIC Environment](https://eic.github.io/tutorial-setting-up-environment/)
0010 tutorial.
0011 3. A local checkout of [EICrecon](https://github.com/eic/EICrecon) that you can build from inside
0012 `eic-shell`. Building EICrecon from source can take a while, so do this in advance of the
0013 session. Build instructions are in the EICrecon
0014 [README](https://github.com/eic/EICrecon#readme).
0015
0016 You should also be comfortable reading and writing C++.