Skip to content

Files

Latest commit

 

History

History
21 lines (14 loc) · 691 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 691 Bytes

GoVizzy

CI

Usage

GoVizzy will work on any system with a supported version on Python and Pip installed.

Simply run the build.sh script, which will install all dependencies in a virtual environment, and launch GoVizzy.

Documentation

All of the documentation for GoVizzy can be found in the docs/manual directory. See the intro page.

Testing

In order to run tests, the test script expects the .venv folder to have been created by the build.sh script. Otherwise the test will throw an error.

To execute the test script perform:

$ ./test.sh