fixed formation

Mr Finchum 2025-11-03 13:29:41 +01:00
parent 24d757abc0
commit 6203428601
Signed by: CodeByMrFinchum
GPG key ID: C06071E8082FFA0B

@ -47,13 +47,15 @@ Install via **pip** (dependencies are handled automatically):
```bash ```bash
pip install OptimaLab35 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). 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 ```bash
"${SHELL}" <(curl -L https://code.boxyfoxy.net/CodeByMrFinchum/OptimaLab35-installer/raw/branch/main/OL35-installer.sh) "${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 ### Performance Note
I recommend using *standard* Python rather than PyPy. I recommend using *standard* Python rather than PyPy.