Skip to content

Commit 5ba690c

Browse files
committed
add bootstrap command to readme
1 parent 1338bae commit 5ba690c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,11 @@ pip install -r src/requirements.lock
6868
```
6969
You can now download and synthesize datasets!
7070
```bash
71+
# Download adult and perform 1-time actions (bootstrap; unzipping adult.zip)
7172
pasteur download --accept adult
73+
pasteur bootstrap adult
74+
# Ingest the dataset, then the view that's derived from it and finally run
75+
# synthesis using privbayes
7276
pasteur ingest_dataset adult
7377
pasteur ingest_view tab_adult
7478
pasteur pipe tab_adult.privbayes

0 commit comments

Comments
 (0)