Skip to content

Commit

Permalink
updated documentation as setuptools install --user is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
EMACC99 committed Jun 20, 2024
1 parent 8290912 commit e6dea54
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6dea54

Please sign in to comment.