Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Clarified that the cmake commands are not necessary when installing via pip
  • Loading branch information
daminton authored Jun 14, 2024
1 parent 8d3787f commit ec08cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit ec08cdf

Please sign in to comment.