Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
NiPreps Book is a [Jupyter Book](https://jupyterbook.org) that accompanies the NiPreps
community workshops. The material walks readers through implementing a
head-motion–correction workflow for diffusion MRI (dMRI) data using tools from
[DIPY](https://dipy.org), [NiTransforms](https://nipy.org/nitransforms), and the
[DIPY](https://dipy.org), [NiTransforms](https://nitransforms.readthedocs.io/en/latest/), and the
broader NiPreps ecosystem. Besides explaining the motivation behind the
"analysis-grade" data philosophy, the book provides hands-on notebooks that show
how to assemble reproducible preprocessing components.
Expand All @@ -21,15 +21,16 @@ Binder sessions can take a few minutes to start and reset after inactivity.

### Build the book locally

This repository is configured with [pixi](https://prefix.dev/pixi) for
This repository is configured with [pixi](https://pixi.sh/latest/) for
reproducible environments:

1. [Install pixi](https://prefix.dev/docs/pixi/installation).
1. [Install pixi](https://pixi.sh/latest/installation/).
2. Create the environment and install the dependencies:

```bash
pixi install
```

3. Build the static HTML version of the book:

```bash
Expand Down
Loading