Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions appengine/standard/xmpp_wikibot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
directory and installing all python dependencies there.