Skip to content

Commit

Permalink
Clarify clang installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sdilts committed Feb 5, 2020
1 parent c48d380 commit a64c9a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a64c9a2

Please sign in to comment.