# Running In the CLI

The CLI supports running named-path groups using names and references without any Python coding. First start the CLI.  If you use Poetry, do: `poetry run cli`. Otherwise either:&#x20;

```python
python csvpath.cli.cli.py 
```

Or in a script file:&#x20;

```python
from csvpath.cli import Cli 
Cli().loop()
```

<figure><img src="https://2402701329-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6wzqgDHj9mZbFxabiEbc%2Fuploads%2FPTszwYNRTdGwWEQ4FWim%2FScreenshot%202025-03-29%20at%201.51.14%E2%80%AFPM.png?alt=media&#x26;token=4e9e45ad-c431-4dac-99c1-1788372e8424" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="https://2402701329-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6wzqgDHj9mZbFxabiEbc%2Fuploads%2FSYlXdoaXMIx5PraWIXoT%2FScreenshot%202025-03-29%20at%201.51.38%E2%80%AFPM.png?alt=media&#x26;token=39cc230f-95ea-41b8-bd90-d85b8d9dbbd9" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="https://2402701329-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6wzqgDHj9mZbFxabiEbc%2Fuploads%2FJu51GcPIDknNmbbQLbT8%2FScreenshot%202025-03-29%20at%205.14.17%E2%80%AFPM.png?alt=media&#x26;token=2fd4d75d-9272-4864-ab0b-aa3a23210228" alt="" width="292"><figcaption></figcaption></figure>
