diff options
author | Gabriel Ganne <gabriel.ganne@enea.com> | 2017-11-27 14:16:41 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-01-02 08:25:59 +0000 |
commit | 4b3fdf525d7158ce9c6bb2827dba3025a192f9a1 (patch) | |
tree | 703822b17e108f78eb523c7c74d0a852179644b2 | |
parent | ab94abd6fea7e4015c3fdc3130beb35b59582d58 (diff) |
README - update nodes dependency
Change-Id: I53766ba12d8eb5fcc11f4c66b8e6dd0fcb112785
Signed-off-by: Gabriel Ganne <gabriel.ganne@enea.com>
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 +``` |