Python Client ============= This section describes how to install the Enterprise Steam Python client. Downloading and Installing -------------------------- 1. Go to the `Enterprise Steam Download page <../../index.html#Api>`__ to retrieve the Enterprise Steam Python client. 2. On the Steam API tab, download the Python client for your environment. 3. Navigate to the location where the Python client was downloaded, and install the client using one of the following methods: .. tabs:: .. group-tab:: Python .. substitution-code-block:: bash pip install h2osteam-|version|-py2.py3-none-any.whl .. group-tab:: Conda Python 2.7 .. substitution-code-block:: bash conda install h2osteam-|version|-py2.py27_0.tar.bz2 .. group-tab:: Conda Python 3.6 .. substitution-code-block:: bash conda install h2osteam-|version|-py2.py36_0.tar.bz2 .. group-tab:: Conda Python 3.7 .. substitution-code-block:: bash conda install h2osteam-|version|-py2.py37_0.tar.bz2 Documentation ------------- Refer to the `Enterprise Steam Python Client Documentation <../../docs/python-docs/index.html>`__ to learn more about how to use the Python client, including examples.