Update README.md

This commit is contained in:
David-123 2022-08-13 03:27:15 +08:00 committed by GitHub
parent 35cdec2c37
commit 5f025cdfbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ It uses the module `requests` to fetch the lyric on music.163.com
Netease Music supply us an api that we can get the lyric of the current song, so I make this program...
## Installation
First, you need a python environment, and use `pip` to install these packages: `requests` `mutagen` `pycryptodome`
First, you need a python(>=3.10) environment, and use `pip` to install these packages: `requests` `mutagen` `pycryptodome`
>Feel complex? just copy this command to your terminal: `python3 -m pip install requests mutagen pycryptodome`
Second, clone the entire project and run the command `python3 main.py` in the project folder.