From 41c0646c4f808000843d5c9d74626b30bbd75e89 Mon Sep 17 00:00:00 2001 From: Udon Date: Mon, 5 Dec 2022 15:33:24 +0900 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 061c15b..b8d6f68 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Installation needs a somewhat recent version of nvcc and gcc/g++, obtain those, export CUDA_HOME=/usr/local/cuda-11.4 conda install -c nvidia/label/cuda-11.4.0 cuda-nvcc conda install -c conda-forge gcc -conda install -c conda-forge gxx_linux-64=9.5.0 +conda install -c conda-forge gxx_linux-64==9.5.0 ``` Then, run the following (compiling takes up to 30 min).