Installation with pipx

How to use pip to install Stoobly

Prerequisite

Install supported Python version

circle-info

Our official Python support is 3.10, 3.11, and 3.12.

circle-exclamation

To install a specific Python version, first install pyenvarrow-up-right.

1

Install specific Python version

pyenv install 3.12.3
pyenv local 3.12.3
2

Switch Python version

export PATH="$HOME/.pyenv/bin:$PATH"
eval "$(pyenv init --path)"
eval "$(pyenv init -)"

Install pipx

To install pipxarrow-up-right, either follow the official installation stepsarrow-up-right or run the following commands:

brew install pipx
pipx ensurepath
source ~/.bashrc

Install

To install the agent, run:

pipx install stoobly-agent --python python3

This will use pipx to download the agent from our PyPI Python Package Indexarrow-up-right.

Update

To update the agent, run:

Verify

Next Steps

You're all setup! Depending on your use case, you may want to take a look at:

Last updated