This section provides an overview of the prerequisites for installing our software. Make sure your system meets these requirements to ensure a smooth installation process.

System Requirements

  • Operating System: Ubuntu 18.04 or CentOS 7
  • Processor: 2 GHz or faster
  • Memory: 4 GB RAM (minimum), 8 GB RAM (recommended)
  • Storage: 20 GB of free space on your hard drive

Software Dependencies

To install our software, you need to have the following software packages installed:

  • Python 3: Ensure Python 3 is installed on your system. You can check by running python3 --version.
  • pip: Python’s package installer. You can install it by running sudo apt-get install python3-pip on Ubuntu or sudo yum install python3-pip on CentOS.
  • Git: To clone the repository from GitHub. Install it by running sudo apt-get install git on Ubuntu or sudo yum install git on CentOS.

Additional Steps

  1. Update your system package list: sudo apt-get update (for Ubuntu) or sudo yum update (for CentOS).
  2. Install the necessary build-essential packages: sudo apt-get install build-essential (for Ubuntu) or sudo yum groupinstall "Development Tools" (for CentOS).

System Update

  1. Once you have completed the above steps, you can proceed to clone the repository from GitHub.

For further assistance, visit our Support Center.