From dc281346bf81c2e2ae40dc54121849727e2c9606 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Tue, 1 Apr 2025 20:19:21 +0200 Subject: [PATCH] Added more requriement setups --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4d94db9..da21b3f 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,12 @@ git clone https://github.com/kevinveenbirkenbach/package-manager.git cd package-manager ``` +Install make and pip if not installed yet: + +```bash +pacman -S make python-pip +``` + Then, run the following command to set up the project: ```bash