Installation
Requirements
Python >= 3.10
Apptainer or Docker (for container operations)
Install from PyPI
Core package (CLI only):
pip install scitex-container
With MCP server support (for AI agent integration):
pip install scitex-container[mcp]
Full installation (all optional dependencies):
pip install scitex-container[all]
Install from Source
git clone https://github.com/ywatanabe1989/scitex-container.git
cd scitex-container
pip install -e ".[all]"
Verify Installation
scitex-container --version
scitex-container status