From 0586ceb63a1fa3d467a1251e3147acba63fa86b0 Mon Sep 17 00:00:00 2001
From: David Hendriks <davidhendriks93@gmail.com>
Date: Sun, 10 Nov 2019 13:25:53 +0000
Subject: [PATCH] updated readme. Added alot of functionality to the
 run_system. Including automatic custom logging functionality

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 98ab80fe3..2066d60c2 100644
--- a/README.md
+++ b/README.md
@@ -48,3 +48,5 @@ Usage notes
 When running a jupyter notebook and importing binary_c, it might happen that the module binary_c cannot be found. I experienced this when I executed Jupyter Notebook from a virtual environment which didnt use the same python (version/binary/shim) as the one I built this library with. Make sure jupyter does use the same underlying python version/binary/shim. That resolved the issue for me.
 
 Also: I figured that having binaryc output the log like "<LOG HEADER> t=10e4 ..." (i.e. printing the parameter names as well as their values) would be useful because in that way one can easily have python read that out automatically instead of having to manually copy the list of parameter names.
+
+See examples/ dir for some working examples
-- 
GitLab