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-forge
To install pyincore-data package, run
conda install -c in-core pyincore-data
To update pyIncore-data, run
conda update -c in-core pyincore-data
Installing 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-data
Prerequisite
- For developers, pre-install must be installed. If not, run brew install pre-commit or pip install pre-commit.