instructions
This commit is contained in:
parent
db9a3733c4
commit
05b8e834fc
1582
.ipynb_checkpoints/Exploration-checkpoint.ipynb
Normal file
1582
.ipynb_checkpoints/Exploration-checkpoint.ipynb
Normal file
File diff suppressed because one or more lines are too long
@ -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,
|
||||||
|
|||||||
12
README.md
12
README.md
@ -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`
|
||||||
Loading…
x
Reference in New Issue
Block a user