Skip to content

Installation

textfsm-ai supports Python 3.9+ and works on all major platforms.

Install from PyPI

pip install textfsm-ai

Verify installation

python -c "import textfsm_ai; print(textfsm_ai.__version__)"

Optional: Install development tools

pip install -r requirements-dev.txt

This includes:

  • mkdocs + mkdocstrings
  • pytest
  • golden test utilities ```