# velocirepo setup-views


Run uv sync for Python views. R views bootstrap their environment automatically on first render via ir, so they need no setup step.


``` bash
velocirepo setup-views [OPTIONS]
```


<span class="gd-details-chevron" aria-hidden="true"></span>Full --help output


    Run uv sync for Python views. R views bootstrap their environment automatically on first render via ir, so they need no setup step.

    Usage:
      velocirepo setup-views [flags]

    Flags:
      -h, --help   help for setup-views

    Global Flags:
          --config string   config file (default: walk up for velocirepo.toml)
      -q, --quiet           suppress progress output
      -v, --verbose         enable debug logging


## Options


`-h, --help`  
help for setup`-v`iews

`--config: string = walk up for velocirepo.toml`  
config file

`-q, --quiet`  
suppress progress output

`-v, --verbose`  
enable debug logging
