From b9de71ee50567c3911db730412ba588bf5c7c366 Mon Sep 17 00:00:00 2001 From: Hudson Brendon Date: Sun, 29 Dec 2024 02:55:20 -0300 Subject: [PATCH] docs: update readme --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6395de6..28a2094 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,6 @@ Simple integrate of API musixmatch.com with python $ pip install pymusixmatch ``` -or - -```bash -$ python setup.py install -``` - # Authentication Register for an API key: @@ -438,11 +432,9 @@ Note: This method requires a commercial plan. - [x] [Tracking Url Get](https://developer.musixmatch.com/documentation/api-reference/tracking-url-get) - [x] [Catalogue Dump Get](https://developer.musixmatch.com/documentation/api-reference/catalogue-dump-get) -# Dependencies +# Support -- Python 3.5 -- [Pipenv](https://github.com/kennethreitz/pipenv) -- [requests](http://docs.python-requests.org/en/latest/) +- Python >=3.7 # License