"git@developer.sourcefind.cn:OpenDAS/mmcv.git" did not exist on "2e5628b4105d839f115763ea3d40f7a814e3e157"
Unverified Commit c7229183 authored by Zhoneym's avatar Zhoneym Committed by GitHub
Browse files

Update install.md

parent 3015e9df
...@@ -34,7 +34,7 @@ Some preparation: ...@@ -34,7 +34,7 @@ Some preparation:
sudo apt-get install gcc g++ cmake ninja-build sudo apt-get install gcc g++ cmake ninja-build
``` ```
- We recommend using [Miniconda3](https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh) or [Anaconda3](https://repo.anaconda.com/archive/Anaconda3-2024.10-1-Linux-x86_64.sh) to create a virtual environment with Python=3.11 to run our program. Assuming your Anaconda installation directory is `~/anaconda`, you should ensure that the version identifier of the GNU C++standard library used by Anaconda includes `GLIBCXX-3.4.32` - We recommend using [Miniconda3](https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh) or [Anaconda3](https://repo.anaconda.com/archive/Anaconda3-2024.10-1-Linux-x86_64.sh) to create a virtual environment with Python=3.11 to run our program. Assuming your Anaconda installation directory is `~/anaconda3`, you should ensure that the version identifier of the GNU C++standard library used by Anaconda includes `GLIBCXX-3.4.32`
```sh ```sh
......
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