Skip to content

Commit eefc428

Browse files
committed
docs(development): note pixi requirement
1 parent a9e51d0 commit eefc428

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/development/hacking_itk_wasm.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## TLDR
44

5-
Install Podman, and
5+
Install [Podman] and [Pixi], and
66

77
```sh
88
npm i -g pnpm
@@ -57,7 +57,7 @@ To prevent Git repository bloat, we add testing data through [CMake content link
5757

5858
## Build environment Docker images
5959

60-
Builds of the [wasm build environment Docker images](../introduction/parts.md#docker) or WebAssembly modules require [Podman](https://podman.io/docs/installation).
60+
Builds of the [wasm build environment Docker images](../introduction/parts.md#docker) or WebAssembly modules require [Podman].
6161
*Note*: on Linux, ensure the [`vfs` podman storage driver is not used for best performance](https://github.com/containers/podman/issues/13226#issuecomment-1555872420).
6262

6363
To pull the `latest` the build environment Docker images,
@@ -235,6 +235,8 @@ and rebuild whenever the documentation changes.
235235
[ITK]: https://docs.itk.org
236236
[ITK Software Guide]: https://itk.org/ItkSoftwareGuide.pdf
237237
[Node.js / NPM]: https://nodejs.org/en/download/
238+
[Podman]: https://podman.io/docs/installation
239+
[Pixi]: https://pixi.sh/
238240
[pnpm workspace]: https://pnpm.io/workspaces
239241
[PNPM]: https://pnpm.io/
240242
[pnpm filters]: https://pnpm.io/filtering

0 commit comments

Comments
 (0)