From 265d56709b5ea125fbc89e4bfc05e5e8e8d9fce4 Mon Sep 17 00:00:00 2001 From: GeorryHuang <215175212@qq.com> Date: Thu, 25 Jul 2019 17:26:56 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ddf6b00..4d7c40a 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ Requires Python >= 2.6. You can install using pip or easy_install: `pip install galaxy-sdk-python` or `easy_install galaxy-sdk-python` +Waring:SDS do not use `pip install galaxy-sdk-python` +or `easy_install galaxy-sdk-python`.use `python setup.py install`.If you has already `pip install galaxy-sdk-ptyhon`,`pip uninstall galaxy-sdk-python` first + or download source codes from [https://github.com/XiaoMi/galaxy-sdk-python.git]() and add the 'lib' dir to your python path.