Skip to content

IN-CORE/pyincore-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fd51309 · Feb 18, 2025
Feb 18, 2025
Jun 4, 2024
Feb 13, 2025
Jan 16, 2025
Feb 13, 2025
Jan 16, 2025
Jul 11, 2024
Jan 16, 2025
Jul 11, 2024
Feb 13, 2025
Jul 20, 2021
Jun 4, 2024
Jun 28, 2021
Jul 11, 2024
Feb 13, 2025
Feb 13, 2025
Feb 13, 2025
Aug 18, 2022
Aug 18, 2022

Repository files navigation

pyincore-data

pyIncore-data is a component of IN-CORE. It is a python package containing utilities to prepare data for IN-CORE analyses.

Installation with conda

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

Installation with pip

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.