From 8a8306e57a716030857ef63ec783858a557e148b Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Tue, 2 Apr 2013 23:39:19 +0200 Subject: [PATCH] Fix pip install command. [ci skip] --- doc/web/content/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/web/content/index.md b/doc/web/content/index.md index c6e5b0831..d55214c43 100644 --- a/doc/web/content/index.md +++ b/doc/web/content/index.md @@ -91,7 +91,7 @@ python setup.py install --home=$HOME Another option is to use pip: ```shell -pip install dosage +pip install requests dosage ```