18 lines
185 B
Markdown
18 lines
185 B
Markdown
# G6 Pro 360
|
|
|
|
Experimenting with G6 Pro 360.
|
|
|
|
## Setup
|
|
|
|
Requires [uv](https://docs.astral.sh/uv/) and Python 3.14.
|
|
|
|
```sh
|
|
uv sync
|
|
```
|
|
|
|
## Run
|
|
|
|
```sh
|
|
uv run main.py
|
|
```
|