Skip to content

Commit

Permalink
Add quick start to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Oct 17, 2024
1 parent acad765 commit 9de5063
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@

</div>

## Quick Start

The **cev** package has a cli to quickly try out a demo of comparison widget in JupyterLab. It requires [uv](https://astral.sh/uv) to be installed.

```sh
uvx --python 3.11 cev demo # Downloads datasets and launches Jupyter Lab
```

## Installation

> **Warning**: `cev` is new and under active development. It is not yet ready for production and APIs are subject to change.
Expand Down

0 comments on commit 9de5063

Please sign in to comment.