Commit 1692d234 authored by zhanggezhong's avatar zhanggezhong
Browse files

Update README.md

parent 3800662b
...@@ -4,10 +4,14 @@ FastPT是基于python的应用编译工具,借助FastPT,开发人员可以 ...@@ -4,10 +4,14 @@ FastPT是基于python的应用编译工具,借助FastPT,开发人员可以
# 安装 # 安装
工具安装使用pip方式,安装前请确保环境中已安装了torch,并从光源社区-DAS中下载此工具的安装包。注意与python版本匹配。 工具安装使用pip方式,安装前请确保环境中已安装了torch,并从光源社区-DAS中下载此工具的安装包。注意与python版本匹配。
```
cd path/to/whl cd path/to/whl
pip install fastpt*.whl --no-deps pip install fastpt*.whl --no-deps
```
安装完成之后,可通过以下指令验证是否安装成功,指令执行后会显示当前fastpt的版本号。 安装完成之后,可通过以下指令验证是否安装成功,指令执行后会显示当前fastpt的版本号。
```
python -c “import fastpt;print(fastpt.__version__)” python -c “import fastpt;print(fastpt.__version__)”
```
# 使用 # 使用
关于fastpt的初始化使用可使用source /usr/local/bin /fastpt -H 来查看如何设置初始化的帮助信息 关于fastpt的初始化使用可使用source /usr/local/bin /fastpt -H 来查看如何设置初始化的帮助信息
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment