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 orsudo yum install python3-pip
on CentOS. - Git: To clone the repository from GitHub. Install it by running
sudo apt-get install git
on Ubuntu orsudo yum install git
on CentOS.
Additional Steps
- Update your system package list:
sudo apt-get update
(for Ubuntu) orsudo yum update
(for CentOS). - Install the necessary build-essential packages:
sudo apt-get install build-essential
(for Ubuntu) orsudo yum groupinstall "Development Tools"
(for CentOS).
System Update
- Once you have completed the above steps, you can proceed to clone the repository from GitHub.
For further assistance, visit our Support Center.