Added more requriement setups

This commit is contained in:
Kevin Veen-Birkenbach
2025-04-01 20:19:21 +02:00
parent f8b53d4ed6
commit dc281346bf

View File

@@ -34,6 +34,12 @@ git clone https://github.com/kevinveenbirkenbach/package-manager.git
cd package-manager 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: Then, run the following command to set up the project:
```bash ```bash