From ec08cdf9a267817de31f57170f3ecdb4901a73ab Mon Sep 17 00:00:00 2001 From: "Minton, David A" Date: Fri, 14 Jun 2024 13:21:53 -0400 Subject: [PATCH] Update README.md Clarified that the cmake commands are not necessary when installing via pip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bee7663..e6c3728 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ $ ctem ### Installing CTEM for code development **************************************** -CTEM uses CMake to automate the build process. You will need at least version 3.6.0. +Installing CTEM via pip automatically builds the standalone executable from the Fortran source code. For code development, it can be useful to compile the Fortran code on its own. CTEM uses CMake to automate the build process. You will need at least version 3.6.0. Navigate to the topmost directory in your CTEM repository. It is best practice to create a ```build``` directory in your topmost directory from which you will compile CTEM. This way, temporary CMake files will not clutter up the project sub-directories. The commands to build the source code into a `build` directory and compile CTEM are: