Skip to content

Commit 1111bfb

Browse files
committed
docs: Quickstart 3 commandes en tête de README
1 parent b7b7c66 commit 1111bfb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,3 +252,11 @@ If this project helps you, feel free to star it!
252252
Last update: November 2024
253253
Version: 1.0
254254
Status: Active - Continuous development
255+
256+
## Quickstart (3 commandes)
257+
258+
```bash
259+
python -m venv .venv && . .venv/bin/activate
260+
pip install -e .
261+
riskops validate risk samples/healthcare/risk_sample.json
262+
```

0 commit comments

Comments
 (0)