🛠️ Installation¶
There are two ways to install the Datatrail CLI:
Install from PYPI¶
The Datatrail CLI can be installed from PYPI using pip:
pip
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
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
git clone ssh+git://git@github.com/chimefrb/datatrail-cli
cd datatrail-cli
poetry install --without docs