summaryrefslogtreecommitdiff
path: root/INSTALL.rst
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.rst')
-rw-r--r--INSTALL.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL.rst b/INSTALL.rst
index 46aee6cd..4f5831e6 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -25,6 +25,11 @@ RedHat / CentOS::
sudo yum install gcc python3-devel
pip install --no-binary :all: psutil
+Alpine::
+
+ sudo apk add gcc python3-dev
+ pip install --no-binary :all: psutil
+
Windows (build)
---------------