Skip to content

nobias-fht/advanced-scripting

Repository files navigation

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