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.
 
 
Rossen Georgiev 2a28c0e509 docs and recipe tweaks 5 years ago
..
1.Login docs and recipe tweaks 5 years ago
2.SimpleWebAPI docs and recipe tweaks 5 years ago
3.WalletBalance fix typos in WalletBalance readme 7 years ago
README.rst added login recipes 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