From a64c9a24648a9b869d4b43ae60b3574f304fddab Mon Sep 17 00:00:00 2001 From: sdilts Date: Wed, 5 Feb 2020 13:57:15 -0700 Subject: [PATCH] Clarify clang installation instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d59df7c..01f10df 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ Features: lisp symbols. ## Installation -CL-bindgen requires `libclang`, which usually isn't installed beside the other Python -dependencies when installing with pip. It is recommended to install it -first before installing cl-bindgen. Use your favorite package mangager to install it. +cl-bindgen requires `libclang`, which is not installed with the other Python +dependencies and not available on PyPi. It is recommended to install it first before installing +cl-bindgen. Use your distribution's package manager to install it. From pip: ``` bash