Skip to content

Commit adfdc44

Browse files
author
yiyu-metax
authored
Update README.md
1 parent 585c689 commit adfdc44

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ docker run -it --name=mcoplib-build --shm-size 16384m --device=/dev/dri --dev
88
安装编译依赖:
99
```shell
1010
#安装cmake, 注意:如果是镜像中编译,又是把代码放在到网络共享盘中的,则先需要切换到root用户,在root用户下安装cmake
11-
pip3 install cmake==3.26.3 -i https://repo.metax-tech.com/r/pypi/simple
11+
pip3 install cmake==3.26.3
1212
#安装pybind11
13-
pip3 install pybind11 -i https://repo.metax-tech.com/r/pypi/simple
14-
pip3 install build -i https://repo.metax-tech.com/r/pypi/simple
15-
pip3 install setuptools-scm==8.0 -i https://repo.metax-tech.com/r/pypi/simple
13+
pip3 install pybind11
14+
pip3 install build -
15+
pip3 install setuptools-scm==8.0
16+
#sometime need install setuptools
17+
pip3 install setuptools ==69.5.1
1618
```
1719
环境变量设置:
1820

0 commit comments

Comments
 (0)