I\'m trying to install a library pyleargist. It requires another lib libfftw3 to be manually installed which I\'ve installed. Since I don\'t have the r
pyleargist
libfftw3
pip has a --global-option flag
pip
--global-option
You can use it to pass additional flags to build_ext.
build_ext
For instance, to add a -I flag:
-I
pip install --global-option=build_ext --global-option="-I/home/users/abc/include/" pyOpenSSL