teamspatzenhirn / spatz_display

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spatz_display

running with docker

build container

docker build --tag spatz_display .

run container

docker run -ti --net=host --env="DISPLAY" -v /var/run/docker.sock:/var/run/docker.sock spatz_display

running without docker

install dependencies

pip3 install -r requirements.txt

build protoc python classes

protoc -I=protobuf_types --python_out=. protobuf_types/*.proto

About


Languages

Language:Python 94.3%Language:Dockerfile 5.7%