change readme

This commit is contained in:
Dun Liang 2020-03-23 21:56:32 +08:00
parent fb4188fc83
commit 7f11bfeae3
3 changed files with 14 additions and 0 deletions

View File

@ -85,6 +85,8 @@ Jittor的环境要求如下:
* C++编译器g++ or clang
Jittor 一共提供三种方式安装: pip安装, 一键脚本安装 和 手动安装.
## Pip 安装

View File

@ -80,6 +80,12 @@ Jittor is written in Python and C++. It requires a compiler for JIT compilation,
Jittor environment requirements:
* System: Ubuntu >= 16.04
* Python version >= 3.7
* C++ compiler(g++ or clang)
Jittor offers three ways to install: pip, script or manual.

View File

@ -108,6 +108,12 @@ Jittor的环境要求如下:
* Python版本 >= 3.7
* C++编译器g++ or clang
Jittor environment requirements:
* System: Ubuntu >= 16.04
* Python version >= 3.7
* C++ compiler(g++ or clang)
Jittor offers three ways to install: pip, script or manual.
Jittor 一共提供三种方式安装: pip安装, 一键脚本安装 和 手动安装.