From dc3e9200de499b08d3d2894cddf79313183c7617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Laurenti?= Date: Thu, 25 Apr 2024 14:54:56 +0200 Subject: [PATCH] Update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51062e0..6e144f3 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,10 @@ In both cases remember to run export PATH=$PATH:/your/installation/path/bin export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/your/installation/path/lib ``` -For MacOS users: add the flags ```-std=c++17 -stdlib=libc++```. +For MacOS users: add the flags ```-std=c++17 -stdlib=libc++``` and run also +```bash +export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/your/installation/path/lib +``` ## Import the Python module