Skip to content

Commit 2b4a1eb

Browse files
committed
docs(dicom): update python wasi testing instructions
1 parent 972515d commit 2b4a1eb

File tree

1 file changed

+2
-3
lines changed
  • packages/dicom/python/itkwasm-dicom-wasi

1 file changed

+2
-3
lines changed

packages/dicom/python/itkwasm-dicom-wasi/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ pip install itkwasm-dicom-wasi
1717

1818
```sh
1919
# Download test data
20-
cd ../../../..
21-
npm ci
22-
npm run build:testData
20+
cd ../..
21+
pnpm test:data:download
2322
cd -
2423

2524
pip install pytest

0 commit comments

Comments
 (0)