Currently, the user has to clone the repo, navigate to the main folder and run poetry run python eit_dash/main.py to run the dashboard.
We want the users to be able to install the dashboard and run it with a simple command, especially when we will release this in pypi. This can be done by creating a small CLI with the run command available.
Currently, the user has to clone the repo, navigate to the main folder and run
poetry run python eit_dash/main.py
to run the dashboard. We want the users to be able to install the dashboard and run it with a simple command, especially when we will release this in pypi. This can be done by creating a small CLI with the run command available.