From 0992d8abbd9c84c9950c625900ab081b34be9a50 Mon Sep 17 00:00:00 2001 From: Mr Finchum Date: Mon, 3 Nov 2025 14:23:44 +0100 Subject: [PATCH] unicode --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80d94fa..8390b88 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ It will: - Create a desktop shortcut for launching OptimaLab35. If you do **not** want to use Micromamba or have it installed in a different location, see **line 41** of the installer script (where `$DESKTOP_DIR/OptimaLab35.desktop` is created) and adjust accordingly. -This script is **not** meant to be a universal installer for all Python environments — it’s tailored for my setup using Micromamba for quick deployment with a desktop shortcut. +This script is **not** meant to be a universal installer for all Python environments - it’s tailored for my setup using Micromamba for quick deployment with a desktop shortcut. --- @@ -43,7 +43,7 @@ OptimaLab35 includes a built-in updater: ```bash "${SHELL}" <(curl -L micro.mamba.pm/install.sh) ``` - - During installation, **use the default settings** — just press Enter for each prompt (binary folder, init shell, configure conda-forge, and prefix location). + - During installation, **use the default settings** - just press Enter for each prompt (binary folder, init shell, configure conda-forge, and prefix location). 2. **Environment Creation**