-
Notifications
You must be signed in to change notification settings - Fork 20
2109 python gui #2162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
2109 python gui #2162
Conversation
Added prove details window
Previously relied on false assumption that obligations must be in the input sentences.
…development containers
|
I recommend working with docker. First, build hyphen, then the python API, finally the GUI docker build -t hyphen:22.04 -f Docker/hyphen.Dockerfile .
docker build -t spechub2/hets-api:latest -f Docker/hetsapi.Dockerfile .
docker build -t spechub2/hets-gui:latest -f Docker/hetsgui.Dockerfile .Then start the GUI with docker run --rm --net=host -e DISPLAY=$DISPLAY spechub2/hets-gui:releaseFor development purposes, I recommend to to build the hetsgui image to the debug stage and mount the local copy: docker build -t spechub2/hets-gui:latest -f Docker/hetsgui.Dockerfile --target debug .
docker run --rm --net=host -e DISPLAY=$DISPLAY -v $PWD/HetsAPI:/opt/hets/HetsAPI -v $PWD/HetsAPI.hs:/opt/hets/HetsAPI.hs -v $PWD/python/api:/opt/hets/python/api -v $PWD/python/gui:/opt/hetsgui spechub2/hets-gui:release |
tillmo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I appreciate that there is some documentation, but there should be still more.
|
please add a link to the documentation https://b-gehrke.github.io/Hets/ to README.md |
First part of new python gui