ci+docs: python3-minimal is insufficient
Change-Id: Ifece13848733eacdfe324192b88bca71215883b2
diff --git a/docs/INSTALL.rst b/docs/INSTALL.rst
index 78ca054..69eec4d 100644
--- a/docs/INSTALL.rst
+++ b/docs/INSTALL.rst
@@ -45,13 +45,13 @@
In a terminal, enter::
- sudo apt install build-essential pkg-config python3-minimal libboost-all-dev libssl-dev libsqlite3-dev
+ sudo apt install build-essential libboost-all-dev libssl-dev libsqlite3-dev pkg-config python3
- On **CentOS** and **Fedora**
In a terminal, enter::
- sudo dnf install gcc-c++ pkgconf-pkg-config python3 boost-devel openssl-devel sqlite-devel
+ sudo dnf install gcc-c++ boost-devel openssl-devel sqlite-devel pkgconf-pkg-config python3
- On **macOS**
@@ -73,7 +73,7 @@
In a terminal, enter::
- sudo pkg install pkgconf python3 boost-libs openssl sqlite3
+ sudo pkg install boost-libs openssl sqlite3 pkgconf python3
Optional
~~~~~~~~