From be5fcce8c0df9c5a4feec1bfdbf5a1d4f469e388 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Mon, 13 Oct 2025 18:09:40 +0200 Subject: [PATCH] fix install --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7ab3a98..0ee08cf 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,11 @@ In short, the workflow is as follows: ## Installation and setup -`patchodon` executable should work with any Python 3; simply put it into a -directory in your `PATH`. - -You may need `requests` and `html2text` which can be downloaded via -distribution packages, or with `pip` (see `requirements.txt`). +You can install via pip to any environment: +```sh +cd patchodon +pip install . +``` ## Basic usage