Installation
Requirements
Python 3.8 or higher
Install from PyPI
pip install scitex-linter
With MCP server support:
pip install scitex-linter[mcp]
With all optional dependencies:
pip install scitex-linter[all]
Install from Source
git clone https://github.com/ywatanabe1989/scitex-linter.git
cd scitex-linter
pip install -e .
For development:
pip install -e ".[dev]"
Verification
Verify the installation:
scitex-linter --version
scitex-linter --help
Via SciTeX
If you have the main scitex package installed, the linter is also available as:
scitex linter check script.py
scitex linter python experiment.py