Skip to content

← Back to Home

Installation

Requirements

  • Python 3.10 or higher
  • pip (package installer for Python)

Installing llm_app_test

Install from PyPI:

pip install llm-app-test

Development Installation

If you want to contribute to llm_app_test, install with development dependencies:

# Clone the repository

git clone https://github.com/Shredmetal/llmtest.git

# Change to project directory

cd llm_app_test

# Install with development dependencies

pip install -e ".[dev]"

Next Steps