This commit is contained in:
Mr Finchum 2025-11-03 14:24:54 +01:00
parent 0992d8abbd
commit 912b82b662
Signed by: CodeByMrFinchum
GPG key ID: C06071E8082FFA0B

View file

@ -3,12 +3,12 @@
This is a Linux installation script for **[OptimaLab35](https://code.boxyfoxy.net/CodeByMrFinchum/OptimaLab35)**.
It will:
- Install **Micromamba** with default settings (if its not already installed in the default path).
- Install **Micromamba** with default settings (if it's not already installed in the default path).
- Create a Micromamba environment containing **OptimaLab35** (installed via `pip`).
- 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 - it's tailored for my setup using Micromamba for quick deployment with a desktop shortcut.
---
@ -65,7 +65,7 @@ OptimaLab35 includes a built-in updater:
```
~/.local/share/applications/
```
- This allows you to launch OptimaLab35 from your systems application menu.
- This allows you to launch OptimaLab35 from your system's application menu.
---