From 4609cc711c8b1f02fb107930f4ed7dd76bf6d684 Mon Sep 17 00:00:00 2001 From: Zehina Date: Fri, 5 Jan 2024 21:42:51 +0000 Subject: [PATCH] update install instruction --- README.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 11874c7..6c3095b 100644 --- a/README.md +++ b/README.md @@ -64,19 +64,11 @@ Webtoon Downloader is supported on Windows, Linux & OSX. The minimum python vers ### Installation -1. Clone the repo - ```sh - git clone https://github.com/Zehina/Webtoon-Downloader.git - ``` -2. Navigate to the project folder - ```sh - cd Webtoon-Downloader - ``` -3. Install this module in the system and generate a `webtoon-downloader` - console-script for easier usage - ```sh - pip install . - ``` +Install via `pip` or `pipx` + +```sh +pip install webtoon_downloader +```