EIT-ALIVE / eit_dash

GUI for EIT data processing
Apache License 2.0
3 stars 0 forks source link

Create CLI for running the dashboard #57

Closed wbaccinelli closed 4 months ago

wbaccinelli commented 4 months ago

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.