|
|
|
|
20
|
Then run ``python3.4 run.py exploration`` or ``python3.4 run.py all``. Keep in mind it's in developpment mode !
|
20
|
Then run ``python3.4 run.py exploration`` or ``python3.4 run.py all``. Keep in mind it's in developpment mode !
|
21
|
|
21
|
|
22
|
## Quick test with Docker
|
22
|
## Quick test with Docker
|
23
|
-
|
|
|
24
|
-Simply run (assuming docker installed) ``docker run -w /intelligine -v /tmp/.X11-unix:/tmp/.X11-unix -v /dev/snd:/dev/snd --privileged -e DISPLAY buxx/intelligine python3.4 run.py exploration``
|
|
|
|
|
23
|
+Allow the docker user to communicate with your X session with ``xhost +local:docker`` then run (assuming docker installed) ``docker run -w /intelligine -v /tmp/.X11-unix:/tmp/.X11-unix -v /dev/snd:/dev/snd --privileged -e DISPLAY buxx/intelligine python3.4 run.py exploration``
|
25
|
|
24
|
|
26
|
## Screens
|
25
|
## Screens
|
27
|
|
26
|
|