From b70c035fb9b65f75fab405347dec6e55ea226ac0 Mon Sep 17 00:00:00 2001 From: "Jonas A. Wendorf" <15037703+jonasw234@users.noreply.github.com> Date: Thu, 15 Jun 2023 16:19:08 +0200 Subject: [PATCH] Fix copy & paste error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62f6525..b9ef60f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ For the development version: git clone https://github.com/jonasw234/merge_image_metadata cd merge_image_metadata python3 setup.py install -pip3 install -r dev-requirements.txt +pip3 install -r dev-requirements.in ``` For normal usage do the same but don’t include the last line or use `[pipx](https://pypi.org/project/pipx/)` and install with