You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dependencies can be intalled from the `requirement.txt`
210
+
```sh
211
+
pip install --upgrade -r config/requirements.txt
212
+
```
213
+
208
214
**Note**: If you use a compiler different than GNU compilers, the script will try to catch it from the environment variables `FPM_FC`, `FPM_CC`, `FPM_CXX`.
209
215
210
216
**Option 2**: From the `stdlib-fpm` branch which has already been preprocessed with default macros:
0 commit comments