Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. ncurses library
    1. yum install ncurses-devel
  2. readline library
    1. yum install readline-devel
  3. rlwrap: Used when telneting into the LUTF telnet server. Allows using up/down errors and other readline features
    1. yum install rlwrap 
  4. python 3.6+
    1. yum install python3
  5. paramiko
    1. pip3 install paramiko 
  6. netifaces
    1. pip3 install netifaces 
  7. Install PyYAML
    1. pip3 install pyyaml 

...