pythonhacktoberfeststeamauthenticationauthenticatorsteam-authenticatorsteam-clientsteam-guard-codessteam-websteamworksvalvewebapi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
396 B
396 B
Recipes
-------
Each directory contains recipes using the ``steam`` package.
See the individual ``README`` for details.
All recipes assume the enviroment is already set up.
In order not to break any system packages we will use ``virtualenv``.
.. code:: bash
$ virtualenv env
$ source env/bin/activate
(env)$ pip install steam
To deactivate
.. code:: bash
(env)$ deactivate