This guide is for Linux and is based on the current structures of AT and Pytac, if you find a mistake anywhere in ATIP please raise an issue on ATIP's GitHub page, here.
Option 1: Install ATIP using pip:
$ pip install atip
Option 2: Install ATIP from GitHub:
Clone ATIP:
$ cd <source-directory> $ git clone https://github.com/DiamondLightSource/atip.git
From within a python virtual environment, install the dependencies:
$ cd atip $ pip install -e ./
Run the tests to ensure everything is working correctly:
$ python -m pytest