mirror of
https://github.com/NVIDIA-NeMo/DataDesigner
synced 2026-05-24 09:48:29 +00:00
* 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
460 B
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'
```