An intuitive interface for 21cm Global Signal Data.
We highly recommend using conda
to create a new environment:
conda create -n pygsdata python=3.11
Then install pygsdata
with pip
:
pip install pygsdata
If you are intending to develop pygsdata
, first clone then install in developer mode:
git clone git@github.com:edges-collab/pygsdata.git
cd pygsdata
pip install -e ".[dev]"
Read all the documentation at https://pygsdata.readthedocs.io/en/latest/