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 ~/.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 Index.
Update
To update the agent, run:
pipx upgrade stoobly-agent
Verify
stoobly-agent --help
Next Steps
You're all setup! Depending on your use case, you may want to take a look at:
Last updated
Was this helpful?