DataDesigner/docs/installation.md
Johnny Greco d4f32456a9
docs: welcome and concepts/columns (#43)
* add mike

* meth -> method; mod -> module in TOC

* messing with dark/light mode default

* staging stuff

* remove code examples from docstrings

* writing

* add columns with style
2025-11-17 17:07:01 -05:00

460 B

Installing Data Designer is as simple as:

=== "pip"

```bash
pip install data-designer
```

=== "uv"

```bash
uv add data-designer
```

Development Installation

To install the latest development version from the GitHub repository:

=== "pip"

```bash
pip install 'git+https://github.com/NVIDIA-NeMo/DataDesigner@main'
```

=== "uv"

```bash
uv add 'git+https://github.com/NVIDIA-NeMo/DataDesigner@main'
```