Skip to content

Commit 8f52c33

Browse files
authored
Merge pull request #1143 from tkoyama010/patch-1
Fix typo
2 parents a12a23f + c3129bc commit 8f52c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ which is a set of Python bindings for the open-source `OpenCascade <http://www.o
99

1010
Conda
1111
----------------------------------------------
12-
In principle any conda distrubtion will work, but it is probably best to install `Miniforge <https://github.com/conda-forge/miniforge>`_ to a local directory and to avoid running `conda init`. After performing a local directory installation, Miniforge can be activated via the [scripts,bin]/activate scripts. This will help avoid polluting and breaking the local Python installation. In Linux/MacOS, the local directory installation method looks something like this::
12+
In principle, any conda distribution will work, but it is probably best to install `Miniforge <https://github.com/conda-forge/miniforge>`_ to a local directory and to avoid running `conda init`. After performing a local directory installation, Miniforge can be activated via the [scripts,bin]/activate scripts. This will help avoid polluting and breaking the local Python installation. In Linux/MacOS, the local directory installation method looks something like this::
1313

1414
# Install the script to ~/miniforge
1515
wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh -O miniforge.sh

0 commit comments

Comments
 (0)