Installation
fairly is a Python package that provides functionality for the core tasks of preparing, uploading and downloading datasets from research data repositories. The package currently provides integration with Invenio and Figshare repositories.
Installing using pip
The easier way to install fairly is using pip, it requires Python 3.8 or later.
On the terminal type:
pip install fairly
Installing from source
Installing fairly from source requires setuptools version 49.0 or later and pip.
Clone or download the source code:
git clone https://github.com/ITC-CRIB/fairly.git
Unzip if necessary, and move to the root directory:
cd fairly/
Compile and install by doing:
pip install .