Getting started - A-DONALD/iBackup-Extractor GitHub Wiki
Prerequisites
Before you begin, make sure you have the following installed on your local machine:
- Git
- Python
Cloning the Project
To clone the IbackupExtractor project from GitLab, follow these steps:
-
Open a terminal or command prompt on your local machine.
-
Navigate to the directory where you want to clone the repository. For example:
cd /path/to/your/directory
-
Run the following command to clone the repository:
git clone https://gitlab.com/erasmus-team/ibackup-extractor
-
After the repository has been cloned, navigate to the project folder:
cd ibackup-extractor
-
Install the required Python packages using pip:
pip install -r requirements.txt
Running the Application
-
Execute the
main.py
script with the commands:python main.py
-
Follow the instructions of the user manual.