From ca4941ec1a00a999563dfccb899d4a153e77b2f9 Mon Sep 17 00:00:00 2001 From: Antonio Ragagnin <antonio.ragagnin@inaf.it> Date: Mon, 20 Jan 2025 13:44:55 +0000 Subject: [PATCH] Update install_and_test.md --- install_and_test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_and_test.md b/install_and_test.md index e5cadec..e9c52ea 100644 --- a/install_and_test.md +++ b/install_and_test.md @@ -63,7 +63,7 @@ can re-install a python module in **editable mode (use -e in pip install)**. For 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 -::include{file=test_editable.bash} +::include{file=test_bulk.bash} ``` If you want to create a folder with all the modules soft-linked into the folder `hotwheels/*`, add the flag `-l` to `cloneall.bash` to get this folder tree in a folder named `full/hotwheels/*`. -- GitLab