diff --git a/.gitignore b/.gitignore index f28071b..4586441 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -__pychache__ +__pycache__ .ipynb_checkpoints -develop.ipynb_checkpoints \ No newline at end of file +develop.ipynb \ No newline at end of file diff --git a/README.md b/README.md index 7a8e539..620764b 100644 --- a/README.md +++ b/README.md @@ -1 +1,24 @@ -# spatial-sector-dashboard +# Streamlit Dashboard for "The Potential Role of a Hydrogen Network in Europe" + +Code for interactive dashboard for results exploration. + +See live version at: [h2-network.streamlit.app](httsp://h2-network.streamlit.app) + +## Local Installation and Usage + +Install dependencies: + +```sh +pip install -r requirements.txt +``` + +Start interactive dashboard: + +```sh +streamlit run streamlit_app.py +``` + +## License + +[MIT](LICENSE) +