Skip to content

🛠️ Installation

There are two ways to install the Datatrail CLI:

Install from PYPI

The Datatrail CLI can be installed from PYPI using pip:

pip

Bash
pip 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

Bash
git 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

Bash
git clone ssh+git://git@github.com/chimefrb/datatrail-cli
cd datatrail-cli
poetry install --without docs