Setup
The CLI is compatible with Python 3.8+. Installation of the CLI requires pip
to be installed. In order to install from the
source git
is required.
Installation¶
fairscape-cli
can be installed by any of the following three options:
Install with pip
¶
fairscape-cli
is available on PyPi. Installation using pip is simple:
pip install fairscape-cli
Install from the source¶
Clone the repository from Github
git clone https://github.com/fairscape/fairscape-cli.git
Go to the repository
cd fairscape-cli
Install using pip
pip install .
Test the CLI¶
Show all commands, arguments, and options
fairscape-cli --help
or if you cloned the repository
python3 src/fairscape_cli/__main__.py --help
To use fairscape-cli
go to the page Getting Started.