Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 613 Bytes

README.rst

File metadata and controls

32 lines (22 loc) · 613 Bytes

tesgui

TES beamline optimization GUI

Features

  • TODO

Installation

  • Create a conda environment
git clone https://github.com/AbbyGi/tesgui
cd tesgui/
conda create -n tesgui python=3.7
conda activate tesgui
pip install -e .