Learn to build a reactive dashboard with streamlit. Through all component that must be required on a project.
Before you start you need to :
- Create a virtual environnement to make sure that the packages does not collapse with other dependencies
python3 -m venv name_env- Activate the virtual environnement that you name :
source path/name_env/bin/activate- Install the packages required for this repo :
pip install -r requirements.txt