This commit is contained in:
Mr Finchum 2025-11-03 14:23:44 +01:00
parent 7ae4af24e7
commit 0992d8abbd
Signed by: CodeByMrFinchum
GPG key ID: C06071E8082FFA0B

View file

@ -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 its 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 - its 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**