From 44ae3c594e13eded116bba977ce1a0bb692906d5 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 9 Oct 2012 11:06:38 -0400 Subject: fixed unit testing example commands for Fedora [ci skip] --- doc/development/unit-testing.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/development/unit-testing.txt b/doc/development/unit-testing.txt index a4ec2ad5c..926275871 100644 --- a/doc/development/unit-testing.txt +++ b/doc/development/unit-testing.txt @@ -86,13 +86,16 @@ instance, would be: .. code-block:: bash - yum -y update - yum -y install swig pylint + sudo yum -y update + sudo yum -y install swig pylint if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then sudo yum -y install libselinux-python pylibacl python-inotify \ PyYAML fi +You could install these requirements using pip, but you'll likely need +to install a great many development packages required to compile them. + Next, install required Python packages: .. code-block:: bash -- cgit v1.2.3-1-g7c22