summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2022-06-09 08:57:03 +0200
committerGitHub <noreply@github.com>2022-06-09 08:57:03 +0200
commit09a412d9c444666889c335fef592753df49125d3 (patch)
tree401c33c3d5d572a837221e49a50f99d0e36ad6e8 /.github
parent88f2ec40c0e879010dfb562054b99bd253787922 (diff)
[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>
Diffstat (limited to '.github')
-rw-r--r--.github/how_to_compile_gudhi_in_a_conda_env.md2
1 files changed, 1 insertions, 1 deletions
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 4bd4e828..d55f53f1 100644
--- a/.github/how_to_compile_gudhi_in_a_conda_env.md
+++ b/.github/how_to_compile_gudhi_in_a_conda_env.md
@@ -87,6 +87,6 @@ cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$CONDA_PREFIX ..
cd 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.
firefox sphinx/index.html # [optional] To display the python documentation. Anything else than firefox can be used.
``` \ No newline at end of file