Aggiorna README.md
This commit is contained in:
parent
8e4179a579
commit
269b260b82
1 changed files with 4 additions and 1 deletions
|
|
@ -21,13 +21,16 @@ Website Downloader CLI is a **tiny, pure-Python** site-mirroring tool that lets
|
||||||
|
|
||||||
## 🚀 Quick Start
|
## 🚀 Quick Start
|
||||||
|
|
||||||
|
se non è installato
|
||||||
|
sudo apt install python3-full python3-venv -y
|
||||||
|
|
||||||
|
installazione
|
||||||
```sh
|
```sh
|
||||||
sudo -s
|
sudo -s
|
||||||
cd /usr/local
|
cd /usr/local
|
||||||
mkdir python
|
mkdir python
|
||||||
git clone https://forgit.patachina.it/Fabio/website-downloader.git
|
git clone https://forgit.patachina.it/Fabio/website-downloader.git
|
||||||
cd website-downloader
|
cd website-downloader
|
||||||
sudo apt install python3-full python3-venv -y
|
|
||||||
python3 -m venv .venv
|
python3 -m venv .venv
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue