Installation#

The FAIR CLI is available to install as a python package, and supports PyPI - Python Version.

It is recommended to install the FAIR CLI in a virtual environment such as a venv or conda environment

Create and activate a virtual environment#

venv#

venv instructions

Conda#

Conda instructions

Note you will need to ensure the environment is activated each time you use the FAIR CLI

pip3 install fair-cli

Note: On windows the command may be:

pip install fair-cli