Skip to content

Commit 3f146f9

Browse files
authored
Add Bootstrap version metadata generation step
Add instructions for generating Bootstrap version metadata.
1 parent 09df9e8 commit 3f146f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

AGENTS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ The project's source code lives under `src/nifreeze/` and tests under `tests/`.
2727

2828
### Pre-requisites
2929

30+
- Bootstrap version metadata (which will create an `src/nifreeze/_version.py` file):
31+
```
32+
python -m hatch version
33+
```
34+
3035
- Some software needs to be installed prior to testing, for example ANTs
3136
```
3237
conda install -c conda-forge ants=2.4 libitk=5.3 libiconv

0 commit comments

Comments
 (0)