Getting started - A-DONALD/iBackup-Extractor GitHub Wiki

Prerequisites

Before you begin, make sure you have the following installed on your local machine:

  1. Git
  2. Python

Cloning the Project

To clone the IbackupExtractor project from GitLab, follow these steps:

  1. Open a terminal or command prompt on your local machine.

  2. Navigate to the directory where you want to clone the repository. For example:

    cd /path/to/your/directory
    
  3. Run the following command to clone the repository:

    git clone https://gitlab.com/erasmus-team/ibackup-extractor
    
  4. After the repository has been cloned, navigate to the project folder:

    cd ibackup-extractor
    
  5. Install the required Python packages using pip:

    pip install -r requirements.txt
    

Running the Application

  1. Execute the main.py script with the commands:

    python main.py
    
  2. Follow the instructions of the user manual.