Installation Guide¶
You can install scikit-info either using the Python Package Index or directly from GitHub.
GitHub¶
There might be a more recent version on GitHub. You can download and install the package like:
git clone https://github.com/kit-hyd/scikit-info.git
cd scikit-info
pip install -r requirements.txt
pip install -e .