Installation
Requirements
Python 3.10 or higher
pip (Python package installer)
Basic Installation
Install from PyPI:
pip install scitex-dataset
Development Installation
Clone and install in development mode:
git clone https://github.com/ywatanabe1989/scitex-dataset.git
cd scitex-dataset
pip install -e ".[dev]"
Optional Dependencies
Install with all optional features:
pip install scitex-dataset[all]
MCP server support:
pip install scitex-dataset[mcp]
HuggingFace Hub support:
pip install scitex-dataset[huggingface]
SciTeX integration:
pip install scitex-dataset[scitex]
Verification
Verify the installation:
scitex-dataset --version
scitex-dataset sources