From 18ea0f22a3eeae1074e812a83f17c9ccc144992f Mon Sep 17 00:00:00 2001 From: James Miller Date: Sat, 25 Apr 2020 01:47:18 -0500 Subject: [PATCH] update README with sqlite install instructions --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d85b39e..870bdcd 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,20 @@ limitations on concurrent writes won't be an issue either. Ok! -You'll need a working python3 installation and the module `pyyaml` installed. +You'll need a working python3 installation and the module `pyyaml** installed. + +You'll also need a working sqlite3 install to browse the database once +generated. You can visit its website at http://sqlite.org. If you are on an +*nix-style operating sytstem, you can install through your operating system's +package manager. + +- ****Debian/Ubuntu**: run as root: `apt install sqlite3` + +- **Fedora**: run as root: `dnf install sqlite` + +- **Windows**: visit the download page at https://www.sqlite.org/download.html + +- **MacOs**: visit the download page at https://www.sqlite.org/download.html ### To install pyyaml