Commit 2b919d0b authored by zhuwenwen's avatar zhuwenwen
Browse files

update readme

parent 1f55880f
...@@ -8,14 +8,6 @@ OpenFold支持 ...@@ -8,14 +8,6 @@ OpenFold支持
+ Python 3.8. + Python 3.8.
+ Python 3.9. + Python 3.9.
### 使用pip安装
openfold whl包下载目录:[https://cancon.hpccube.com:65024/4/main/openfold/dtk23.10](https://cancon.hpccube.com:65024/4/main/openfold/dtk23.10)
根据对应的pytorch版本和python版本,下载对应openfold的whl包
```shell
pip install openfold* (下载的openfold的whl包)
```
### 使用源码编译方式安装 ### 使用源码编译方式安装
#### 编译环境准备 #### 编译环境准备
...@@ -44,7 +36,7 @@ pip install dist/openfold* ...@@ -44,7 +36,7 @@ pip install dist/openfold*
python3 setup.py install python3 setup.py install
``` ```
## 注意事项 #### 注意事项
+ 若使用 pip install 下载安装过慢,可添加源:-i https://pypi.tuna.tsinghua.edu.cn/simple/ + 若使用 pip install 下载安装过慢,可添加源:-i https://pypi.tuna.tsinghua.edu.cn/simple/
## 验证 ## 验证
......
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