Add numactl package to installation guide

Change-Id: I559ad0ffa62b74c38690ddfd3618327d957d2981
This commit is contained in:
Hongbin Lu 2020-02-17 05:04:05 +00:00
parent edbd6cfd99
commit a104f2ad28

View File

@ -60,13 +60,13 @@ Install and configure components
.. code-block:: console
# apt-get install python3-pip git
# apt-get install python3-pip git numactl
For CentOS, run:
.. code-block:: console
# yum install python3-pip git python3-devel libffi-devel gcc openssl-devel
# yum install python3-pip git python3-devel libffi-devel gcc openssl-devel numactl
#. Clone and install zun: