diff --git a/README.md b/README.md index 7b5fbd4..de818bb 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,15 @@ Options: --help Show this message and exit. ```` +# Installation + +At the moment the easiest is in a conda environment with the necessary requirements (numpy, plotly, nicegui, plotext). In the future we will pack this additionally into a binary using pyinstaller. + +# Screenshots +Everyone loves pictures, so here is the terminal interface: + +![terminal](terminal_interface.png) + +and from the web interface: + +![web](web_interface.png) \ No newline at end of file diff --git a/terminal_interface.png b/terminal_interface.png new file mode 100644 index 0000000..57e9318 Binary files /dev/null and b/terminal_interface.png differ diff --git a/web_interface.png b/web_interface.png new file mode 100644 index 0000000..553ecc6 Binary files /dev/null and b/web_interface.png differ