diff options
Diffstat (limited to 'host/docs/build.dox.in')
-rw-r--r-- | host/docs/build.dox.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/docs/build.dox.in b/host/docs/build.dox.in index 9dee5bd80..8ce60ca76 100644 --- a/host/docs/build.dox.in +++ b/host/docs/build.dox.in @@ -133,11 +133,11 @@ Your actual command may differ. You can install all the dependencies through the package manager: - sudo yum -y install boost-devel libusb1-devel doxygen python3-docutils python3-mako python3-numpy python3-requests python3-ruamel.yaml python3-setuptools cmake make gcc gcc-c++ + sudo yum -y install boost-devel libusb1-devel doxygen python3-docutils python3-mako python3-numpy python3-requests python3-ruamel-yaml python3-setuptools cmake make gcc gcc-c++ or - sudo dnf -y install boost-devel libusb1-devel doxygen python3-docutils python3-mako python3-numpy python3-requests python3-ruamel.yaml python3-setuptools cmake make gcc gcc-c++ + sudo dnf -y install boost-devel libusb1-devel doxygen python3-docutils python3-mako python3-numpy python3-requests python3-ruamel-yaml python3-setuptools cmake make gcc gcc-c++ Your actual command may differ. |