Unified development environment for BrainVISA projects.
- on github, master branch: https://brainvisa.github.io/casa-distro/
- Stable version: see http://brainvisa.info/casa-distro/
This repository uses pre-commit to ensure that all committed code follows minimal quality standards. Please install it and configure it to run as part of git commit
by running pre-commit install
in your local repository:
python3 -m venv venv # use Python 3.6 or more recent
pip install -U pip
pip install pre-commit
pre-commit install # set up the hook (to run pre-commit during 'git commit')
This project is distributed under CeCILL-B licence