From f85f384a62d1a8810264b7315d0a22ecf339973d Mon Sep 17 00:00:00 2001 From: "lee.wp14" Date: Sat, 1 Sep 2018 00:15:02 +0800 Subject: [PATCH] Update README.md Use python3 for installation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98eb3bd..3f83a00 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ $ git clone https://github.com/codezjx/netease-cloud-music-dl.git 进入根目录,然后执行: ```bash -$ python setup.py install +$ python3 setup.py install ``` 最终显示以下log,表示顺利安装: @@ -167,4 +167,4 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -[1]: https://zh.wikipedia.org/wiki/ID3 \ No newline at end of file +[1]: https://zh.wikipedia.org/wiki/ID3