Install from PYPI
The Datatrail CLI can be installed from PYPI using pip:
pip
Bashpip install datatrail-cli
Clone the repository
The Datatrail CLI can be installed from source using git to download from
GitHub and pip to install:
git+pip
Bashgit clone https://github.com/CHIMEFRB/datatrail-cli
cd datatrail-cli
pip install .
It can also be installed from source using git and poetry:
git+poetry
Bashgit clone ssh+git://git@github.com/chimefrb/datatrail-cli
cd datatrail-cli
poetry install --without docs