20 lines
221 B
Markdown
20 lines
221 B
Markdown
# Setup
|
|
## Using pip only:
|
|
Install dependencies:
|
|
|
|
```bash
|
|
pip install -r requirements.txt
|
|
```
|
|
## setup using uv (if uv is installed)
|
|
```bash
|
|
uv sync
|
|
```
|
|
# Run
|
|
|
|
Open the notebook in Jupyter:
|
|
|
|
```bash
|
|
jupyter notebook
|
|
```
|
|
|