Replace Chinese quotes with English quotes

Change-Id: I79afa2e05932e152eda46f91c20fb750234224d2
This commit is contained in:
zhangdebo 2018-05-23 16:48:48 +08:00
parent 4ffdd83490
commit f231baee77

View File

@ -38,7 +38,7 @@ install the ``python-tox`` package. Otherwise install this on all distros::
sudo pip install -U tox sudo pip install -U tox
You may need to explicitly upgrade ``virtualenv`` if youve installed the one from You may need to explicitly upgrade ``virtualenv`` if you've installed the one from
your OS distribution and it is too old (tox will complain). You can upgrade it your OS distribution and it is too old (tox will complain). You can upgrade it
individually, if you need to:: individually, if you need to::
@ -47,7 +47,7 @@ individually, if you need to::
Running Unit Tests Locally Running Unit Tests Locally
========================== ==========================
If you havent already, the kayobe source code should be pulled directly from If you haven't already, the kayobe source code should be pulled directly from
git:: git::
# from your home or source directory # from your home or source directory