# HG changeset patch # User Brendan Rius # Date 1502378981 -7200 # Node ID dcc9eecfc6666d1290babf1243102f0432119380 # Parent 775e15a2e2de31bdfa75b39a6d3e79f37afdfdd6 Updated README diff -r 775e15a2e2de -r dcc9eecfc666 README.md --- a/README.md Thu Aug 10 17:22:37 2017 +0200 +++ b/README.md Thu Aug 10 17:29:41 2017 +0200 @@ -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 -r 775e15a2e2de -r dcc9eecfc666 custom_flags.png Binary file custom_flags.png has changed