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.
|
5 years ago | |
---|---|---|
.. | ||
1.Login | 5 years ago | |
2.SimpleWebAPI | 5 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