Skip to content

Commit 4327556

Browse files
authored
Merge pull request #156 from JHenneberg/master
fixes #154
2 parents 6e0a940 + 2dbbacc commit 4327556

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ git clone https://github.com/fortran-lang/stdlib
4040
cd stdlib
4141
```
4242

43+
### Requirements
44+
45+
The preprocessor ```fypp``` (https://github.com/aradi/fypp) is needed because metaprogramming is used.
46+
It can be installed using the command line installer ```pip```.
47+
```sh
48+
pip install fypp
49+
```
50+
4351
### Build with CMake
4452

4553
```sh

0 commit comments

Comments
 (0)