Replace Chinese quotes with English quotes

Change-Id: I85890aff285243cec69ee0a3039290e924324d1b
This commit is contained in:
zhangdebo 2018-05-23 16:29:44 +08:00
parent 8b28138012
commit 8a8c4bba11

View File

@ -70,9 +70,9 @@ or::
**NOTE**: Differences *pip install -e* and *setup.py install*.
**pip install -e** works very similarly to **setup.py install** or the
EasyInstall tool, except that it doesnt actually install anything.
EasyInstall tool, except that it doesn't actually install anything.
Instead, it creates a special .egg-link file in the deployment directory,
that links to your projects source code.
that links to your project's source code.
Before the first run
--------------------