Installation
How do I install stoobly-agent?
Option 1: Install with pipx (recommended)
Prerequisites:
Python 3.10, 3.11, or 3.12
Install pipx:
macOS:
brew install pipx
pipx ensurepath
source ~/.bashrcLinux:
python3 -m pip install --user pipx
python3 -m pipx ensurepath
source ~/.bashrcInstall stoobly-agent:
pipx install stoobly-agent --python python3Verify:
stoobly-agent --helpMore details: Installation with pipx
Option 2: Install with Docker
Prerequisites:
Docker installed (official instructions)
Pull the image:
Verify:
More details: Installation with Docker
How do I update stoobly-agent?
With pipx:
With Docker:
What Python versions are supported?
Python 3.10, 3.11, and 3.12 are officially supported.
If you need to install a specific Python version, use pyenv:
How do I verify stoobly-agent is installed?
With pipx:
With Docker:
Next Steps
After installation:
API Mocking: How to Record Requests
E2E Testing: How to Integrate E2E Testing
Last updated
Was this helpful?