diff --git a/wiki/hailo.md b/wiki/hailo.md index 0e79929..db49420 100644 --- a/wiki/hailo.md +++ b/wiki/hailo.md @@ -62,7 +62,7 @@ should be changed accordingly - for example as shown in the following example. `` is the UID of the Docker user - which can be found using `id -u` (for example `10642`) - and `` the GID of the Docker user - which can be found using `id -g` (for example `10600`). -```sh +```sh chown -R : ``` diff --git a/wiki/programming_language/python.md b/wiki/programming_language/python.md index 68fff93..71c6255 100644 --- a/wiki/programming_language/python.md +++ b/wiki/programming_language/python.md @@ -147,7 +147,7 @@ directory. ## Modules -There are various modules and package managers to install these for python like +There are various modules and package managers to install these for Python like `pip`. For this usually a virtual environment is needed - as it is described in [the setup section](#setup). @@ -159,6 +159,8 @@ If it doesnt work the packages can be installed globally using `pip` together wi `--break-system-packages` flag. This flag is to be used with care. +This section addresses various different modules. + ### PyTorch This section addresses the [PyTorch module](https://pytorch.org/).