fix of the installation method

This commit is contained in:
zazaqoo 2023-05-01 15:28:48 +06:00 committed by GitHub
parent fb65f511b8
commit 6c53a48c5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@
Для запуска скрипта требуется Python 3.8+ Для запуска скрипта требуется Python 3.8+
``` ```
git clone https://github.com/llistochek/yandex-music-downloader.git git clone https://github.com/llistochek/yandex-music-downloader.git
cd yandex-music-download cd yandex-music-downloader
pip install -r requirements.txt pip install -r requirements.txt
python3 main.py python3 main.py
``` ```