-
Clone the repository
git clone git@github.com:carnegie-observatories/galil.git -
Create a virtual environment
cd galil uv venv
-
Activate the virtual environment
source .venv/bin/activate -
Install the library
uv sync
from galil.galil import Galil
g = Galil("10.7.45.146")
g.move_to_angle(0)