diff --git a/README.md b/README.md index bd89046..354053e 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,14 @@ ![Example of notebook](example-notebook.png?raw=true "Example of notebook") +## Custom compilation flags + +You can use custom compilation flags like so: + +![Custom compulation flag](custom_flags.png?raw=true "Example of notebook using custom compilation flags") + +Here, the `-lm` flag is passed so you can use the math library. + ## Contributing The docker image installs the kernel in editable mode, meaning that you can diff --git a/custom_flags.png b/custom_flags.png new file mode 100644 index 0000000..d95d0ad Binary files /dev/null and b/custom_flags.png differ