From f21c56873d1c7d6710bf4ba33e8fd82febf997c1 Mon Sep 17 00:00:00 2001 From: Joakim Holm Date: Mon, 5 Jun 2023 23:42:22 +0200 Subject: [PATCH] Update README with new installation instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 153f98f..40b6c1f 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,13 @@ grawlix currently supports downloading from the following sources: - [Webtoons](https://webtoons.com) ## Installation + +### From pypi (recommended) +```shell +pip install grawlix +``` + +### From repo (unstable) ```shell git clone https://github.com/jo1gi/grawlix.git cd grawlix