Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 522 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 522 Bytes

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