Installation#
The FAIR CLI is available to install as a python package, and supports .
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#
Conda#
Note you will need to ensure the environment is activated each time you use the FAIR CLI
Install from pypi using pip (recommended)#
pip3 install fair-cliNote: On windows the command may be:
pip install fair-cli