From 88f2ec40c0e879010dfb562054b99bd253787922 Mon Sep 17 00:00:00 2001 From: Vincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com> Date: Thu, 9 Jun 2022 08:56:38 +0200 Subject: [skip ci] doc review: Update .github/how_to_compile_gudhi_in_a_conda_env.md Co-authored-by: Hind-M <70631848+Hind-M@users.noreply.github.com> --- .github/how_to_compile_gudhi_in_a_conda_env.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/how_to_compile_gudhi_in_a_conda_env.md b/.github/how_to_compile_gudhi_in_a_conda_env.md index bc75cc60..4bd4e828 100644 --- a/.github/how_to_compile_gudhi_in_a_conda_env.md +++ b/.github/how_to_compile_gudhi_in_a_conda_env.md @@ -43,7 +43,7 @@ cd build cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$CONDA_PREFIX .. cd src/python # To build python module in parallel -python setup.py build_ext -j 16 --inplace # 16 is the number of CPUthat are used to compile the python module. Can be any other value. +python setup.py build_ext -j 16 --inplace # 16 is the number of CPU that are used to compile the python module. Can be any other value. # to clean the build # python setup.py clean --all ``` -- cgit v1.2.3