2–4 Feb 2026
Batiment Principal
Europe/Paris timezone

Working environment preparation

In order to have a working environment for the hackathon, you would need only a few things.

  1. Python 3.11+ (https://www.python.org/)
  2. Git (https://git-scm.com/)
  3. PyAML is installable with pip or by directly cloning the project from git. 
    1. for pyaml: https://pyaml.readthedocs.io/en/latest/getting-started/installation.html
      1. To install EPICS/TANGO bindings via ophyd-async you would need pyaml-cs-oa package
      2. To install direct TANGO bindings you would need tango-pyaml package
    2. for accml: https://github.com/python-accelerator-middle-layer/accml
  4. Apptainer (https://apptainer.org/)
  5. For interactive notebook, you need jupyter lab installed (Python packages). Run pip install jupyter-lab