Skip to content

Commit 5e3a992

Browse files
authored
replace mentions of miniconda with miniforge
1 parent e548bda commit 5e3a992

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/install.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,14 +229,15 @@ the C parts, as the ABI imposed by `ifort` is incompatible with MSVC
229229

230230
A fully-optimized OpenBLAS that can be statically or dynamically linked to your
231231
application can currently be built for the 64-bit architecture with the LLVM
232-
compiler infrastructure. We're going to use [Miniconda3](https://docs.anaconda.com/miniconda/)
232+
compiler infrastructure. We're going to use [Miniforge3] the pre-configured
233+
and more versatile alternative to [Miniconda](https://docs.anaconda.com/miniconda/)
233234
to grab all of the tools we need, since some of them are in an experimental
234235
status. Before you begin, you'll need to have Microsoft Visual Studio 2015 or
235236
newer installed.
236237

237238
1. Install Miniforge for 64-bit Windows with the latest version of the installer Miniforge3-Windows-x86_64.exe
238239
available on [github.com](https://github.com/conda-forge/miniforge/releases/)
239-
2. Open the "Anaconda Command Prompt" now available in the Start Menu, or at `%USERPROFILE%\miniconda3\shell\condabin\conda-hook.ps1`.
240+
2. Open the "Miniforge Command Prompt" now available in the Start Menu, or at `%USERPROFILE%\miniforge3\shell\condabin\conda-hook.ps1`.
240241
3. In that command prompt window, use `cd` to change to the directory where you want to build OpenBLAS.
241242
4. Now install all of the tools we need:
242243
```

0 commit comments

Comments
 (0)