Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 414 Bytes

pre_requisites.md

File metadata and controls

13 lines (8 loc) · 414 Bytes

Pre-requisites

  • libxml2/libxslt (required only if you are using ldap)

      # Debian based systems
      sudo apt-get install libxml2-dev libxslt1-dev
    
      # RedHat based systems
      sudo yum install libxml2-devel libxslt-devel
    
  • Pip (python package manger), if missing, install with below command (cross platform)

      curl -O https://bootstrap.pypa.io/get-pip.py; sudo python get-pip.py