From e102bffbc8713dfa79aef20f9404aac9d46fc927 Mon Sep 17 00:00:00 2001 From: George Thomas Date: Tue, 26 Sep 2023 23:51:47 +0100 Subject: [PATCH] Add `swig` to installation instructions Needed this to build the `pocketsphinx` dependency. --- docs/install_ovos_core.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install_ovos_core.md b/docs/install_ovos_core.md index bc2ebb9f..a1a4a01e 100644 --- a/docs/install_ovos_core.md +++ b/docs/install_ovos_core.md @@ -32,7 +32,7 @@ python -m venv .venv ``` Update `pip` and install `wheel` -`pip install -U pip wheel` +`pip install -U pip wheel swig` ## From PyPi