README - update nodes dependency 84/9584/3
authorGabriel Ganne <gabriel.ganne@enea.com>
Mon, 27 Nov 2017 13:16:41 +0000 (14:16 +0100)
committerPeter Mikus <pmikus@cisco.com>
Tue, 2 Jan 2018 08:25:59 +0000 (08:25 +0000)
Change-Id: I53766ba12d8eb5fcc11f4c66b8e6dd0fcb112785
Signed-off-by: Gabriel Ganne <gabriel.ganne@enea.com>
README

diff --git a/README b/README
index 343e3bb..b14834f 100644 (file)
--- 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
+```