-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Weylon Solis edited this page Mar 18, 2026
·
1 revision
git clone https://github.com/NetSPI/ForceHound.git
cd ForceHound
pip install -e ".[dev]"pip install -r requirements.txt- Python 3.9+
-
simple-salesforce— REST API client for Salesforce -
aiohttp— Async HTTP client for Aura/Lightning calls
forcehound --helpInstall with dev dependencies for testing:
pip install -e ".[dev]"
python -m pytest tests/ --ignore=tests/integration -q