From 4d376b0b448269a296adac8ca35cd7da1c1ccf35 Mon Sep 17 00:00:00 2001 From: Antonio Ragagnin <antonio.ragagnin@inaf.it> Date: Sat, 11 Jan 2025 19:58:51 +0100 Subject: [PATCH] add sect --- install_and_test.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install_and_test.md b/install_and_test.md index ad7ae3c..dd2535a 100644 --- a/install_and_test.md +++ b/install_and_test.md @@ -42,6 +42,8 @@ pip install -e . # ``` +# Bulk install of all modules + In case you need to work on many modules, you can clone and install all default packages with the [cloneall.bash](cloneall.bash) script: ```bash -- GitLab