From 2232615ad1508cde57f88b2561b5aabadfb9bc33 Mon Sep 17 00:00:00 2001 From: Antonio Ragagnin <antonio.ragagnin@inaf.it> Date: Sat, 11 Jan 2025 19:01:30 +0000 Subject: [PATCH] Update install_and_test.md --- install_and_test.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install_and_test.md b/install_and_test.md index c81cc40..71f9e64 100644 --- a/install_and_test.md +++ b/install_and_test.md @@ -1,5 +1,4 @@ -The components of `hotwheels` are stored in git repos. Each component has a python wrapper and both the python and C library can be installed using `pip`. -Note that, as opposed to the typical `pip install`, the C compilation **will not** happen on `pip install`. The components will keep the source codes and they will be compiled on runtime. This has the benefit of allowing recompilation with different modules (as C and mpicc compilers), typical on HPC facilities. +[[TOC]] # The non-developer (easy) way -- GitLab