diff options
| author | Mirek Kratochvil <exa.exa@gmail.com> | 2025-10-13 18:09:40 +0200 |
|---|---|---|
| committer | Mirek Kratochvil <exa.exa@gmail.com> | 2025-10-13 18:09:40 +0200 |
| commit | be5fcce8c0df9c5a4feec1bfdbf5a1d4f469e388 (patch) | |
| tree | e919bc837569316a310c7bd86bc614def070b657 | |
| parent | 94984cecd846ec08f94f53eb1fecf8856776efbd (diff) | |
| download | patchodon-be5fcce8c0df9c5a4feec1bfdbf5a1d4f469e388.tar.gz patchodon-be5fcce8c0df9c5a4feec1bfdbf5a1d4f469e388.tar.bz2 | |
fix install
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |
