From 3486da4cb120b93c033a0c3236c6502a94c35b0c Mon Sep 17 00:00:00 2001 From: Adam Clark Date: Fri, 26 Jul 2024 13:10:42 -0700 Subject: [PATCH] Minor edit --- Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installation.md b/Installation.md index 4878de8..d19ee36 100644 --- a/Installation.md +++ b/Installation.md @@ -58,11 +58,11 @@ move PyWEED.bat Desktop ### Installing Anaconda/Miniconda -This is the conda package manager. Miniconda is a lighter version of Anaconda, and is recommended. +This is a Python package manager. Miniconda is a lighter version of Anaconda, and is recommended. **[Miniconda Installers](https://conda.io/miniconda.html)** -(PyWEED requires **Python 3.11** or below!) +(**NOTE** PyWEED requires **Python 3.11** or below!) **Mac/Linux**: the installation process should put the `conda` command in your shell `PATH`. **Windows**: launch the Anaconda Prompt application installed by Miniconda for the next steps.