Welcome to the advanced scripting with ImageJ macros from the NoBIAS facility of the Human Technopole. The website can be found here.
-
Clone this repository
git clone https://github.com/nobias-fht/advanced-scripting.git
-
In a conda env, install the relevant packages:
pip install -r requirements.txt
-
(Optional, for developers) Install the pre-commit hooks
pip install pre-commit pre-commit install
-
Then generate the site:
mkdocs serve