pyIncore-data is a component of IN-CORE. It is a python package containing utilities to prepare data for IN-CORE analyses.
Installing pyincore-data with Conda is officially supported by IN-CORE development team.
To add conda-forge channel to your environment, run
conda config –-add channels conda-forgeTo install pyincore-data package, run
conda install -c in-core pyincore-dataTo update pyIncore-data, run
conda update -c in-core pyincore-dataInstalling pyincore-data with pip is NOT supported by IN-CORE development team. Please use pip for installing pyincore-data at your discretion.
Installing pyincore-data with pip is only tested on linux environment.
To install pyincore-data package, run
pip install pyincore-dataPrerequisite
- For developers, pre-install must be installed. If not, run brew install pre-commit or pip install pre-commit.