From 5a7751ab30f074a28e5930f5955fa1c61ac60ca8 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sun, 11 Dec 2022 12:36:13 -0700 Subject: [PATCH] Install sqlite3 too --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22ba29e..6e3cfbd 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This lesser fork is for exploring the SatNOGS DB. Using Debian Stable (Bullseye/11). ``` -sudo apt install git libmariadb-dev mariadb-server npm python3-pip virtualenvwrapper +sudo apt install git libmariadb-dev mariadb-server npm python3-pip sqlite3 virtualenvwrapper ``` # Repo setup