Skip to content

Commit b9b3d24

Browse files
committed
Fix wrong instructions about how to link yara-python dynamically.
1 parent 188cb6e commit b9b3d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dynamically against a shared ``libyara`` library use:
5353

5454
.. code-block:: bash
5555
56-
$ sudo python setup.py install --dynamic-linking
56+
$ python setup.py build --dynamic-linking
5757
5858
For this option to work you must build and install
5959
`YARA <https://github.com/VirusTotal/yara>`_ separately before installing

0 commit comments

Comments
 (0)