pythonhacktoberfeststeamauthenticationauthenticatorsteam-authenticatorsteam-clientsteam-guard-codessteam-websteamworksvalvewebapi
|
6 years ago | |
---|---|---|
.. | ||
1.Login | 6 years ago | |
2.SimpleWebAPI | 6 years ago | |
3.WalletBalance | 7 years ago | |
README.rst | 9 years ago |
README.rst
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