diff --git a/docs/install.rst b/docs/install.rst index 55e44c8..62ea6b8 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -7,7 +7,7 @@ Linux Steps assume that ``python`` and ``pip`` are already installed. 1. Install dependencies (see sections below) -2. Run ``pip install steam[client]`` +2. Run ``pip install steam`` .. note:: Consider using `virtualenv `_ @@ -53,7 +53,7 @@ Cygwin - Open cygwin terminal - Run ``easy_install-3.4 pip`` -3. Run ``pip install steam[client]`` +3. Run ``pip install steam`` .. note:: Consider using `virtualenv `_ @@ -71,5 +71,5 @@ Native Python .. note:: Installing for all users will require administrator rights -2. Then from ``cmd`` run ``pip install steam[client]`` +2. Then from ``cmd`` run ``pip install steam``