Skip to content

Commit fedbe45

Browse files
committed
Include user to dialout group command in order to read USB devices
1 parent f97afeb commit fedbe45

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/software/docker_streamlit/setup/project_linux.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,16 @@ newgrp docker
8282

8383
Check if you can use `docker images` for example, without `sudo` in a new terminal. If not, restart you computer or try again with `newgrp docker`.
8484

85+
## Add user to dialout group
86+
87+
To be able to register data from USB devices, the user needs to be added to the dialout group:
88+
89+
```bash
90+
sudo usermod -aG dialout $USER
91+
```
92+
93+
Log out and log back in so that your group membership is re-evaluated.
94+
8595
## Setup the software
8696

8797
### Pull the project docker image

0 commit comments

Comments
 (0)