From 0f4e4131e02df2f55f36fe914f8a91e682d170e5 Mon Sep 17 00:00:00 2001 From: Brian Ward Date: Thu, 3 Oct 2024 10:34:55 -0400 Subject: [PATCH] Recommend miniforge due to anaconda licensing changes --- src/cmdstan-guide/installation.qmd | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/cmdstan-guide/installation.qmd b/src/cmdstan-guide/installation.qmd index c8f8382a1..220579bde 100644 --- a/src/cmdstan-guide/installation.qmd +++ b/src/cmdstan-guide/installation.qmd @@ -27,10 +27,8 @@ Python bindings to CmdStan seamlessly. Additionally, it provides the command `cmdstan_model` to activate the CmdStan makefile from anywhere. _Note_: This requires that conda has been installed already on your machine. -You can either install [miniconda](https://docs.conda.io/en/latest/miniconda.html), a free, minimal installer for conda -or you can get the full [Anaconda](https://docs.continuum.io/anaconda/) system -which provides graphical installer wizards for [MacOS](https://www.anaconda.com/products/distribution#macos) -and [Windows](https://www.anaconda.com/products/distribution#windows) users. +We recommend using the [miniforge](https://github.com/conda-forge/miniforge) +distribution. We recommend installing CmdStan in a new conda environment: