Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 845 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 845 Bytes

Welcome

Welcome to the advanced scripting with ImageJ macros from the NoBIAS facility of the Human Technopole. The website can be found here.

How to run this site locally

  1. Clone this repository

    git clone https://github.com/nobias-fht/advanced-scripting.git
  2. In a conda env, install the relevant packages:

    pip install -r requirements.txt
  3. (Optional, for developers) Install the pre-commit hooks

    pip install pre-commit
    pre-commit install
  4. Then generate the site:

    mkdocs serve