Updated installing section
parent
d79252af96
commit
24d757abc0
1 changed files with 6 additions and 0 deletions
6
Home.md
6
Home.md
|
|
@ -47,7 +47,13 @@ Install via **pip** (dependencies are handled automatically):
|
||||||
```bash
|
```bash
|
||||||
pip install OptimaLab35
|
pip install OptimaLab35
|
||||||
```
|
```
|
||||||
|
*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.
|
||||||
### Performance Note
|
### Performance Note
|
||||||
|
|
||||||
I recommend using *standard* Python rather than PyPy.
|
I recommend using *standard* Python rather than PyPy.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue