We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09df9e8 commit 3f146f9Copy full SHA for 3f146f9
AGENTS.md
@@ -27,6 +27,11 @@ The project's source code lives under `src/nifreeze/` and tests under `tests/`.
27
28
### Pre-requisites
29
30
+- Bootstrap version metadata (which will create an `src/nifreeze/_version.py` file):
31
+ ```
32
+ python -m hatch version
33
34
+
35
- Some software needs to be installed prior to testing, for example ANTs
36
```
37
conda install -c conda-forge ants=2.4 libitk=5.3 libiconv
0 commit comments