fix install

This commit is contained in:
Mirek Kratochvil 2025-10-13 18:09:40 +02:00
parent 94984cecd8
commit be5fcce8c0

View file

@ -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