From 27a3eda9fe2a978a77ff04176b992c47d8f30496 Mon Sep 17 00:00:00 2001 From: David-123 <62735351+1826013250@users.noreply.github.com> Date: Mon, 15 Aug 2022 22:05:06 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0dda44..0587bfb 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ 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(>=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` +First, you need a python(>=3.10) environment, and use `pip` to install these packages: `requests` `mutagen` `pycryptodomex` +>Feel complex? just copy this command to your terminal: `python3 -m pip install requests mutagen pycryptodomex` Second, clone the entire project and run the command `python3 main.py` in the project folder.