fift_analytics installation guides#
Intro & important note#
Warning
fift_analytics is in beta version and is not yet ready to be published on pypi.
Below we list the two main options to install the file.
From whl / tar files#
Wheel and tar file are built from Github Actions when a pull request is merged into the main branch.
You can select any of the merged pull request and follow to the action triggered .
Each build artifact is available for download into the corresponding action.
From git using pip#
Clone the repo to your local machine:
git clone https://github.com/iftucl/fift_analytics.git
build the library locally:
cd fift_analytics
poetry install --all-groups
poetry run python -m pip install .
Using poetry#
If you manage your developments using poetry, you can add if_global as:
poetry add git+https://github.com/iftucl/fift_analytics.git