From dd0a33b46d80e4df316689157721f4e4a177c804 Mon Sep 17 00:00:00 2001 From: XYenChi Date: Mon, 28 Oct 2024 18:57:49 +0800 Subject: [PATCH] Add Arch Linux dependency package for testing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50a524836c4..a61f05ac0e2 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ the following command should suffice: On Arch Linux, executing the following command should suffice: - $ sudo pacman -Syyu python-pyelftools + $ sudo pacman -Syyu python-pyelftools python-sphinx python-sphinx_rtd_theme ninja If your distribution/OS does not have pyelftools package, you can install it using PIP.