Installation

How do I install stoobly-agent?

Prerequisites:

  • Python 3.10, 3.11, or 3.12

Install pipx:

macOS:

brew install pipx
pipx ensurepath
source ~/.bashrc

Linux:

python3 -m pip install --user pipx
python3 -m pipx ensurepath
source ~/.bashrc

Install stoobly-agent:

pipx install stoobly-agent --python python3

Verify:

stoobly-agent --help

More details: Installation with pipx


Option 2: Install with Docker

Prerequisites:

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:

Last updated

Was this helpful?