Closed CalebFenton closed 8 years ago
Are you tried:
$ python setup.py build --dynamic-linking
$ python setup.py install
? I think that README is incomplete.
Thanks, that works fine. And in case anyone is interested, to get pip to install with build options:
pip install --global-option="build" --global-option="--enable-cuckoo" --global-option="--enable-magic" yara-python
Copied the install example command from README: