Installation

Source

It is recommended to create a fresh Python virtual environment for installing checksit, which can be installed directly from GitHub:

pip install git+https://github.com/cedadev/checksit.git

or by cloning the repository and installing that:

git clone https://github.com/cedadev/checksit.git
cd checksit
pip install .

Other installation methods might be added later.