Skip to content
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
steam/recipes/
steam/recipes/

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

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.

$ virtualenv env
$ source env/bin/activate
(env)$ pip install steam

To deactivate

(env)$ deactivate