From 8c4d9919f51233e925b35cb82215099e9a3986c2 Mon Sep 17 00:00:00 2001 From: Yann Cointepas <3062350+sapetnioc@users.noreply.github.com> Date: Wed, 27 Mar 2024 13:08:45 +0100 Subject: [PATCH] #2 Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83129b3..9759eb3 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ anatomist The creation of a packages for neuro-forge is based on the use of [rattler-build](https://prefix-dev.github.io/rattler-build). The neuro-forge channel is composed of two kind of packages: -- Base packages that are standard rattler-build recipes that can be build independently using only dependencies from conda-forge. -- soma-forge packages that are packages from the [BrainVISA](https://brainvisa.info) project and requires a soma-forge development environement to be build. +- [Base packages](https://github.com/neurospin/neuro-forge/tree/main/recipes) that are standard rattler-build recipes that can be build independently using only dependencies from conda-forge. +- [soma-forge packages](https://github.com/neurospin/neuro-forge/tree/main/soma-forge) that are packages from the [BrainVISA](https://brainvisa.info) project and requires a soma-forge development environement to be build. In order to build a neuro-forge channel from scratch, one must use pixi. The following script will create a `channel` directory containing the base packages that are necessary to complement conda-forge in order to build other packages.