Update README
Compare changes
+ 11
− 3
@@ -7,7 +7,7 @@ the submodules after making a clone of the labRemote repository. You need to
@@ -37,12 +37,20 @@ Requirements for probe station controller:
Python bindings are built via the `_labRemote` target which is enabled by the cmake flag `-DUSE_PYTHON=on`. This will put a `.so` file in `${BUILD}/lib/` that can be directly used in python. As such, it requires the Python libraries to be findable (e.g. `python3-devel` is installed). For example, after building with `make`, while inside the build directory,
@@ -104,4 +112,4 @@ python3 -c "import _labRemote as labRemote"
\ No newline at end of file