From c3129bc7da1a5475e0c0a3ec9bf6664c78c6616a Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Wed, 31 Aug 2022 10:52:28 +0900 Subject: [PATCH] Fix typo --- doc/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.rst b/doc/installation.rst index 5db75f9b9..06ccb334a 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -9,7 +9,7 @@ which is a set of Python bindings for the open-source `OpenCascade `_ 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:: +In principle, any conda distribution will work, but it is probably best to install `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:: # Install the script to ~/miniforge wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh -O miniforge.sh