From 4a3708d4d395883a45723b673908b0ae697d4de4 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Mon, 20 Feb 2017 03:08:08 +0200 Subject: [PATCH] docs: remove references to [client] extra [ci skip] --- docs/install.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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``