From d2c4f584633e0528e236c10b63505fb36f4b0ff2 Mon Sep 17 00:00:00 2001
From: Kristina Mazur <kristina.mazur@tum.de>
Date: Thu, 27 Feb 2025 16:58:26 +0100
Subject: [PATCH] Update readme

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e284dc7..f2a2154 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ We are using `mkdocs` as the static site generator to generate the website from
 
 You can preview the website after cloning it. First you need to install `mkdocs` and the used theme by:
 ```sh
-pip install mkdocs mkdocs-material mkdocs-glightbox mkdoxy mkdocs-site-urls
+pip install mkdocs mkdocs-material mkdocs-glightbox mkdoxy mkdocs-site-urls mkdocs-bibtex
 ```
 
 Then you can change the directory to the repository and run
-- 
GitLab