From 343589b769d1ae4ade7531f7df35df37eceff817 Mon Sep 17 00:00:00 2001 From: Yurii Nakonechnyi Date: Mon, 23 Dec 2024 16:30:58 +0200 Subject: [PATCH] Update README.md - updated install instructions (python3-docutils package name) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 603ad95..ff767b9 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ sudo apt-get install -y \ libtool \ pkg-config \ build-essential \ - python-docutils \ + python3-docutils \ libcppunit-dev \ swig \ doxygen \