Python Installation
The Toolchest Python client requires version 3.6 or greater.
Installing Toolchest
To install the Toolchest Python package, run the following on your command line terminal:
python -m pip install toolchest-client
Updating Toolchest
To update to the most recent version of Toolchest, re-run the installation command with the --upgrade
flag:
python -m pip install toolchest-client --upgrade
Updated about 2 months ago
Did this page help you?