Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 711 Bytes

README.rst

File metadata and controls

48 lines (28 loc) · 711 Bytes

streamlit_indico_dashboard

A Streamlit Custom Dashboard for Indico software.

Install

Pre requirements dependencies:

sudo apt-get update
sudo apt-get install build-essential pkg-config python3-dev
virtualenv venv
source venv/bin/activate
pip install -U pip
pip install -r requirements/base.txt

Use it

For running the Web app, executing the following command:

streamlit run app.py

Tested it with

  • Debian GNU/Linux 10.

    • Python 3.9.16.
  • Ubuntu 20.04.6 LTS.

    • Python 3.8.16.

Development

Checkout the Development notes at DEVELOP.rst.