Skip to content

Commit

Permalink
#345 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sapetnioc committed Jul 13, 2023
1 parent 81defac commit b5a1bfb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,18 @@ Unified development environment for BrainVISA projects.
## Setup development environment

```shell
sh <(curl -s https://raw.githubusercontent.com/brainvisa/casa-distro/setup/conda/setup) /somewhere```
sh {dir} {package} <(curl -s https://raw.githubusercontent.com/brainvisa/casa-distro/setup/conda/setup)
```

Where `{dir}` is the path of the development directory and `{package}` is the name of a predefined set of software components. These package name is passed to brainvisa-cmake to select components. It can be any
package defined in brainvisa-cmake but here are the most useful:

- brainvisa-dev: all components whose sources are publicly available.
- brainvisa: components included in BrainVISA distribution.
- brainvisa-cea: components deployed in Neurospin, MirCEN and SHFJ labs.
- brainvisa-cati: components used internally by CATI members.
- brainvisa-web: components necessary to build brainvisa.info web site.

## Documentation

* on github, master branch: https://brainvisa.github.io/casa-distro/
Expand Down

0 comments on commit b5a1bfb

Please sign in to comment.