From 269b260b82231973b21fdb5aeb753fee63dd56b7 Mon Sep 17 00:00:00 2001 From: Fabio Date: Thu, 11 Dec 2025 00:04:09 +0800 Subject: [PATCH] Aggiorna README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9188d97..67f93cf 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,16 @@ Website Downloader CLI is a **tiny, pure-Python** site-mirroring tool that lets ## ๐Ÿš€ Quick Start +se non รจ installato + sudo apt install python3-full python3-venv -y + +installazione ```sh sudo -s cd /usr/local mkdir python git clone https://forgit.patachina.it/Fabio/website-downloader.git cd website-downloader -sudo apt install python3-full python3-venv -y python3 -m venv .venv source .venv/bin/activate pip install -r requirements.txt