aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index 343e3bb0e3..b14834f07b 100644
--- a/README
+++ b/README
@@ -37,4 +37,15 @@ pybot -L TRACE -v TOPOLOGY_PATH:topologies/enabled/topology.yaml tests
- pip
- python2.7
- python-dev package
+ - gcc (pycrypto)
+ - libpcap-devel (pypcap)
+
+``` bash
+# on fedora26
+yum install -y python-virtualenv python-pip python python-devel libpcap-devel gcc
+
+# if you have the following error during pycrypto
+# gcc: error: /usr/lib/rpm/redhat/redhat-hardened-cc1 No such file or directory
+yum install -y redhat-rpm-config
+```