From cc788735dd07ea69d7ed888a57c2e394a184bd0c Mon Sep 17 00:00:00 2001 From: Fuxino Date: Fri, 5 May 2023 19:30:53 +0200 Subject: [PATCH] Fix README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d4d136d..09632a5 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,19 @@ To install the program, first clone the repository: git clone https://github.com/Fuxino/simple_backup.git ``` +Install tools required to build and install the package: + +```bash +pip install --upgrade build installer wheel +``` + Then run: ```bash cd simple_backup python -m build --wheel python -m installer dist/*.whl +``` For Arch Linux, a PKGBUILD that automates this process is provided.