[Forensics-changes] [yara] 251/407: Fixed command to install yara-python extension
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:28:32 UTC 2017
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag v3.3.0
in repository yara.
commit 56566c5831d7e0fbeb02157d0d31287596caa466
Author: ortizmj12 <ortizmj12 at gmail.com>
Date: Mon Dec 15 15:58:33 2014 -0800
Fixed command to install yara-python extension
Command was missing "python".
---
docs/gettingstarted.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/gettingstarted.rst b/docs/gettingstarted.rst
index 0ddc74b..63d3f72 100644
--- a/docs/gettingstarted.rst
+++ b/docs/gettingstarted.rst
@@ -68,7 +68,7 @@ To build and install the ``yara-python`` extension::
cd yara-python
python setup.py build
- sudo setup.py install
+ sudo python setup.py install
You may need to install the Python development package (usually ``python-dev``)
before compiling ``yara-python``. Additionally, ``yara-python`` depends on the
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git
More information about the forensics-changes
mailing list