Update README.md

This commit is contained in:
Ryuk 2023-02-03 15:59:19 +05:30 committed by GitHub
parent e97fe64327
commit f56c6888bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,14 +36,14 @@
* Run the following commands: * Run the following commands:
```bash ```bash
# Install required packages. # Install required packages.
apt install -y python git apt install -y python git python-pip
# Clone Repo. # Clone Repo.
git clone -q https://github.com/anonymousx97/instadl git clone -q https://github.com/anonymousx97/social-dl
cd instadl cd social-dl
# Install Pypi packages # Install Pypi packages
pip install -U pip setuptools wheel pip install -U setuptools wheel
pip install -r req.txt pip install -r req.txt
#Setup config.env #Setup config.env