diff --git a/docs/bare-metal-installation.md b/docs/bare-metal-installation.md
index 86962d85600e26ed98dfb0f7ef63eaab7cd639d8..18534ca55a5a3e986767aa08cbca4bbe7b31581b 100644
--- a/docs/bare-metal-installation.md
+++ b/docs/bare-metal-installation.md
@@ -46,16 +46,25 @@ If you are developing engine you also might want the projects `steering`, `dashb
 Install dependencies:
 
 ```shell
-apt install \
-    python3-wheel \
-    python3-flask \
-    python3-flask-sqlalchemy \
-    python3-http-parser \
-    python3-psycopg2 \
-    python3-requests \
-    python3-sqlalchemy \
-    python3-validators \
-    sqlite3
+apt install -y \
+      python3-wheel \
+      python3-flask \
+      python3-flask-sqlalchemy \
+      python3-http-parser \
+      python3-psycopg2 \
+      python3-requests \
+      python3-sqlalchemy
+```
+
+For development install following additional requirements:
+
+```shell
+apt install -y
+      codespell \
+      black \
+      python3-flake8 \
+      python3-flake8-docstrings \
+      python3-validators
 ```
 
 Create your base configuration from the sample configuration