From 0dc6936c8e703c4978c0bf6f3e864e15e946a5fc Mon Sep 17 00:00:00 2001 From: Adam Clark Date: Fri, 26 Jul 2024 16:08:38 -0700 Subject: [PATCH] Update Installation.md --- Installation.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/Installation.md b/Installation.md index d19ee36..d8a6ad7 100644 --- a/Installation.md +++ b/Installation.md @@ -9,7 +9,7 @@ PyWEED is most reliably installed using [conda](https://conda.io/docs/): conda install -c conda-forge pyweed ``` -For best results, create a dedicated environment: +For best results, create a dedicated environment (see [Miniconda](#miniconda) below): ``` conda create -n pyweed -c conda-forge pyweed @@ -40,23 +40,13 @@ pyweed This produces a small application that will launch PyWEED when clicked, suitable for adding to your Desktop or launch bar. -**Mac** - ``` -conda activate pyweed pyweed_build_launcher -mv PyWEED.app /Applications/ ``` -**Windows** - -``` -activate pyweed -pyweed_build_launcher -move PyWEED.bat Desktop -``` +This generates an application launcher -- `PyWEED.app` on Mac or `PyWEED.bat` on Windows -- that can be moved around and double-clicked. -### Installing Anaconda/Miniconda +### Miniconda This is a Python package manager. Miniconda is a lighter version of Anaconda, and is recommended.