Merge pull request #13 from zazaqoo/main

fix of the installation method
This commit is contained in:
Lev 2023-05-01 16:31:07 +07:00 committed by GitHub
commit 0ed96e7360
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
``` ```