instructions

This commit is contained in:
Awen Lelu 2025-12-05 11:46:43 +01:00
parent db9a3733c4
commit 05b8e834fc
3 changed files with 1595 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -1574,7 +1574,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.13.7" "version": "3.13.9"
} }
}, },
"nbformat": 4, "nbformat": 4,

View File

@ -0,0 +1,12 @@
# installation
## install pipx
pipx is an executable insaller for python, it will install any exectuable script,
add it to your path in a scope venv
`pip install pipx`
## install uv
uv is a ultra fast and lightweight dependencie manager for python
`pipx install uv`
## install dependencies
`uv sync`
# launch
`jupyter notebook`