From cc5a4579e794b81430b8d81960bda5209d92ddbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=99=E6=BE=B3?= Date: Sun, 29 Dec 2024 19:20:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index facf8a2..32b0a61 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ conda install fiona pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple ``` +Centos7安装open3d失败执行 + +```bash +conda install -c conda-forge open3d +``` + ## TODO - command_runner中rerun需要更新