From 2eae7f2d062f1390dd8feb915af0d6b41f647d83 Mon Sep 17 00:00:00 2001 From: Antonio Ragagnin <antonio.ragagnin@inaf.it> Date: Sat, 11 Jan 2025 19:02:51 +0000 Subject: [PATCH] Update install_and_test.md --- install_and_test.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_and_test.md b/install_and_test.md index 130a5e7..d75461a 100644 --- a/install_and_test.md +++ b/install_and_test.md @@ -2,7 +2,7 @@ [TOC] -# The non-developer (easy) way +# Install the non-developer (easy) way For the user that is not going to edit the code and is only interested in running simulations, the process is very easy. @@ -23,7 +23,7 @@ To run the C and python tests of the installed `hotwheels` components, run: python -m hotwheels.checkup hotwheels ``` -# Install developer way +# Install the developer way ## Install custom versions -- GitLab