From 746a55be73c72aaaa36b2bfc03bce11f18fb3d47 Mon Sep 17 00:00:00 2001 From: geekerzp Date: Tue, 14 Jul 2015 17:15:24 +0800 Subject: [PATCH] Update README file of python client --- .../swagger-codegen/src/main/resources/python/README.mustache | 2 +- samples/client/petstore/python/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/swagger-codegen/src/main/resources/python/README.mustache b/modules/swagger-codegen/src/main/resources/python/README.mustache index b47d009d45..d2e47801ff 100644 --- a/modules/swagger-codegen/src/main/resources/python/README.mustache +++ b/modules/swagger-codegen/src/main/resources/python/README.mustache @@ -40,7 +40,7 @@ TODO (Make sure you have installed `virtualenv` using `sudo pip install virtualenv`) -You can run the tests in the current python platform: + Execute the following command to run the tests in the current Python (v2 or v3) environment: ```sh $ make test diff --git a/samples/client/petstore/python/README.md b/samples/client/petstore/python/README.md index b47d009d45..d2e47801ff 100644 --- a/samples/client/petstore/python/README.md +++ b/samples/client/petstore/python/README.md @@ -40,7 +40,7 @@ TODO (Make sure you have installed `virtualenv` using `sudo pip install virtualenv`) -You can run the tests in the current python platform: + Execute the following command to run the tests in the current Python (v2 or v3) environment: ```sh $ make test