From 6452ede9380dcac076df85268d75a4d7d827d413 Mon Sep 17 00:00:00 2001 From: Jeff Mendoza Date: Thu, 21 May 2015 14:25:48 -0700 Subject: [PATCH] Removing virtualenv from testing instructions --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 0a4be67ed4ad..266846a0d035 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,6 @@ command: Here is instructions to run the tests with virtualenv, $GCLOUD is your Google Cloud SDK installation path. - $ virtualenv -p python2.7 --no-site-packages /some/where - $ source /some/where/bin/activate $ pip install tox $ export PYTHONPATH=${GCLOUD}/platform/google_appengine $ export GOOGLE_APPLICATION_CREDENTIALS=your-service-account-json-file