提交 bcc24203 编写于 作者: L lyvette

delete python dependency.

上级 dd1eddaf
...@@ -21,7 +21,6 @@ This document describes how to quickly install MindSpore Lite on the Ubuntu syst ...@@ -21,7 +21,6 @@ This document describes how to quickly install MindSpore Lite on the Ubuntu syst
- Compilation dependencies (basics): - Compilation dependencies (basics):
- [CMake](https://cmake.org/download/) >= 3.14.1 - [CMake](https://cmake.org/download/) >= 3.14.1
- [GCC](https://gcc.gnu.org/releases.html) >= 7.3.0 - [GCC](https://gcc.gnu.org/releases.html) >= 7.3.0
- [Python](https://www.python.org/) >= 3.7
- [Android_NDK r20b](https://dl.google.com/android/repository/android-ndk-r20b-linux-x86_64.zip) - [Android_NDK r20b](https://dl.google.com/android/repository/android-ndk-r20b-linux-x86_64.zip)
> - `Android_NDK` needs to be installed only when the Arm version is compiled. Skip this dependency when the x86_64 version is compiled. > - `Android_NDK` needs to be installed only when the Arm version is compiled. Skip this dependency when the x86_64 version is compiled.
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
- 编译依赖(基本项) - 编译依赖(基本项)
- [CMake](https://cmake.org/download/) >= 3.14.1 - [CMake](https://cmake.org/download/) >= 3.14.1
- [GCC](https://gcc.gnu.org/releases.html) >= 7.3.0 - [GCC](https://gcc.gnu.org/releases.html) >= 7.3.0
- [Python](https://www.python.org/) >= 3.7
- [Android_NDK r20b](https://dl.google.com/android/repository/android-ndk-r20b-linux-x86_64.zip) - [Android_NDK r20b](https://dl.google.com/android/repository/android-ndk-r20b-linux-x86_64.zip)
> - 仅在编译ARM版本时需要安装`Android_NDK`,编译x86_64版本可跳过此项。 > - 仅在编译ARM版本时需要安装`Android_NDK`,编译x86_64版本可跳过此项。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册