From 03e97b34bdb59497bb7ce1a018bc9831d6f28f22 Mon Sep 17 00:00:00 2001 From: halgrimur Date: Wed, 26 Oct 2016 12:32:28 -0700 Subject: [PATCH] Update README.md --- appengine/standard/xmpp_wikibot/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appengine/standard/xmpp_wikibot/README.md b/appengine/standard/xmpp_wikibot/README.md index 98d50d007df..e15926661da 100644 --- a/appengine/standard/xmpp_wikibot/README.md +++ b/appengine/standard/xmpp_wikibot/README.md @@ -48,7 +48,7 @@ the Google Cloud SDK. Before running or deploying this application, you must install the dependencies using [pip](http://pip.readthedocs.io/en/stable/): - pip install -r requirements.txt + sudo pip install -r requirements.txt ## Running the sample @@ -69,4 +69,4 @@ Enter control-Z to stop the server ### Running on your local machine You may also run the sample locally by simply copying `wikibot.py` to a project -directory and installing all python dependencies there. \ No newline at end of file +directory and installing all python dependencies there.