Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 498 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (21 loc) · 498 Bytes

Contributing to the Open and REprOducible NeuroImaging book

Building the book locally

Requirements

  • Python

Install all the required packages:

pip install -r requirements.txt
jupyter-book build content

If you are using a Linux distribution, you can use the following commands

  • to install the required packages AND build the book:
make install
  • to build the book:
make book

Type make help to see the list of available commands.