diff --git a/README.md b/README.md index ed29e2350..eff8e3eed 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,14 @@ git clone https://github.com/fortran-lang/stdlib cd stdlib ``` +### Requirements + +The preprocessor ```fypp``` (https://github.com/aradi/fypp) is needed because metaprogramming is used. +It can be installed using the command line installer ```pip```. +```sh +pip install fypp +``` + ### Build with CMake ```sh