Python Client¶
Downloading and Installing¶
Go to the Enterprise Steam Download page to retrieve the Enterprise Steam Python client.
On the Steam API tab, download the Python client for your environment.
Navigate to the location where the Python client was downloaded, and install the client using one of the following methods:
pip install h2osteam-1.9.13-py2.py3-none-any.whl
conda install h2osteam-1.9.13-py27_0.tar.bz2
conda install h2osteam-1.9.13-py36_0.tar.bz2
conda install h2osteam-1.9.13-py37_0.tar.bz2
Documentation¶
Refer to the Enterprise Steam Python Client Documentation to learn more about how to use the Python client, including examples.