From c72291832df6a62aabe89aa08fff2de184151c52 Mon Sep 17 00:00:00 2001 From: Zhoneym <140673973+Zhoneym@users.noreply.github.com> Date: Wed, 19 Feb 2025 10:39:43 +0800 Subject: [PATCH] Update install.md --- doc/en/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/install.md b/doc/en/install.md index 92ed16e..7abb6c2 100644 --- a/doc/en/install.md +++ b/doc/en/install.md @@ -34,7 +34,7 @@ Some preparation: 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