From e6dea54974da36716d0afb95c1d18c9e9756e442 Mon Sep 17 00:00:00 2001 From: Eduardo Ceja Date: Wed, 19 Jun 2024 22:54:02 -0700 Subject: [PATCH] updated documentation as setuptools install --user is deprecated --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30b26e5..fab2a6a 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,12 @@ A python wrapper for the MangaDex API V5. It uses the requests library and all t pip install --Upgrade mangadex ``` -### Installing via setuptools +### Installing local + +In the mangadex directory type ```sh -python setup.py install --user +pip install . ``` ## Wrapper Usage