Skip to content

Installation

Weylon Solis edited this page Mar 18, 2026 · 1 revision

Installation

From source (recommended)

git clone https://github.com/NetSPI/ForceHound.git
cd ForceHound
pip install -e ".[dev]"

Dependencies only

pip install -r requirements.txt

Requirements

  • Python 3.9+
  • simple-salesforce — REST API client for Salesforce
  • aiohttp — Async HTTP client for Aura/Lightning calls

Verify installation

forcehound --help

Development setup

Install with dev dependencies for testing:

pip install -e ".[dev]"
python -m pytest tests/ --ignore=tests/integration -q

Clone this wiki locally