Installation

Requirements

  • Python 3.11 or higher

  • Docker (for deployment management)

Install from PyPI

pip install scitex-hub

Install with all optional dependencies:

pip install scitex-hub[all]

Install from Source

Clone the repository and install in development mode:

git clone https://github.com/ywatanabe1989/scitex-hub.git
cd scitex-hub
pip install -e .[all]

Verify Installation

After installation, verify it works:

scitex-hub --version
scitex-hub --help