From 6203428601ea541f0156e901447ac2f812afe589 Mon Sep 17 00:00:00 2001 From: Mr Finchum Date: Mon, 3 Nov 2025 13:29:41 +0100 Subject: [PATCH] fixed formation --- Home.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 5caf814..b4ab552 100644 --- a/Home.md +++ b/Home.md @@ -47,13 +47,15 @@ Install via **pip** (dependencies are handled automatically): ```bash pip install OptimaLab35 ``` -*OR* + +***OR*** + with my install script that uses micromamba to setup and env and create desktop shortcut, read more [here](https://code.boxyfoxy.net/CodeByMrFinchum/OptimaLab35-installer). ```bash "${SHELL}" <(curl -L https://code.boxyfoxy.net/CodeByMrFinchum/OptimaLab35-installer/raw/branch/main/OL35-installer.sh) ``` -**Tip:** You can paste the URL into your browser to review the script before running it - you should never blindly execute random scripts from the internet. +**Tip:** *You can paste the URL into your browser to review the script before running it - you should never blindly execute random scripts from the internet.* ### Performance Note I recommend using *standard* Python rather than PyPy.