Installation with pipx
How to use pip to install Stoobly
Prerequisite
Install supported Python version
If none of the supported Python versions are available on your system, you will need to install one using pyenv . Otherwise, skip to the next section.
To install a specific Python version, first install pyenv.
Install pipx
To install pipx, either follow the official installation steps or run the following commands:
brew install pipx
pipx ensurepath
source ~/.bashrcpython3 -m pip install --user pipx
python3 -m pipx ensurepath
source ~/.bashrcInstall
To install the agent, run:
pipx install stoobly-agent --python python3This will use pipx to download the agent from our PyPI Python Package Index.
Update
To update the agent, run:
pipx upgrade stoobly-agentVerify
stoobly-agent --helpNext Steps
You're all setup! Depending on your use case, you may want to take a look at:
Last updated
Was this helpful?