You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because Tensorflow makes some issues, it might be necessary to mention that the python version in the pyproject.toml should be set to python = ">=3.8,<3.12" (#18 )
Minimum Acceptance Criteria
Reduce number of steps to install the package
Mention installation via pip
The text was updated successfully, but these errors were encountered:
Description
Currently, there are two ways explained how to install
maxi-lib
both requiering to clone the entire github repo. It might be easier to just runpoetry add git+https://github.com/dailab/MAXi-XAI-lib.git
In addition, it should be explained how to install it through
pip
(because not everyone is using poetry):pip install git+https://github.com/dailab/MAXi-XAI-lib.git
Because Tensorflow makes some issues, it might be necessary to mention that the python version in the
pyproject.toml
should be set topython = ">=3.8,<3.12"
(#18 )Minimum Acceptance Criteria
pip
The text was updated successfully, but these errors were encountered: