diff --git a/python/docs/source/getting_started/install.rst b/python/docs/source/getting_started/install.rst index a747d0cdebd73..154429f276acd 100644 --- a/python/docs/source/getting_started/install.rst +++ b/python/docs/source/getting_started/install.rst @@ -86,7 +86,7 @@ Using Conda Conda is an open-source package management and environment management system (developed by `Anaconda `_), which is best installed through -`Miniconda `_ or `Miniforge `_. +`Miniconda `_ or `Miniforge `_. The tool is both cross-platform and language agnostic, and in practice, conda can replace both `pip `_ and `virtualenv `_. @@ -119,7 +119,7 @@ While using pip in a conda environment is technically feasible (with the same co because pip does not interoperate with conda. For a short summary about useful conda commands, see their -`cheat sheet `_. +`cheat sheet `_. Manually Downloading