From df3202e7d8c234ab742e2a0d995dfb787abf9520 Mon Sep 17 00:00:00 2001 From: Marcel Weschke Date: Wed, 30 Jul 2025 14:20:17 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2684659..f032144 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,18 @@ We recommend using a virtual environment: ```bash python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate -# TODO: -pip install -r ... +pip install -r requirements.txt ``` +**Content of the requirements.txt file**: +- dash +- dash-bootstrap-components +- plotly +- pandas +- numpy +- gpxpy + + ### 3. Run the app ```bash