mirror of https://github.com/Jittor/Jittor
change readme
This commit is contained in:
parent
fb4188fc83
commit
7f11bfeae3
|
@ -85,6 +85,8 @@ Jittor的环境要求如下:
|
|||
* C++编译器(g++ or clang)
|
||||
|
||||
|
||||
|
||||
|
||||
Jittor 一共提供三种方式安装: pip安装, 一键脚本安装 和 手动安装.
|
||||
|
||||
## Pip 安装
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
@ -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安装, 一键脚本安装 和 手动安装.
|
||||
|
|
Loading…
Reference in New Issue