Skip to content

Commit

Permalink
Fix copy & paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasw234 committed Jun 15, 2023
1 parent 990d37c commit e20c1df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Options:
For the development version:

```
git clone https://github.com/jonasw234/face_tagger
cd face_tagger
git clone https://github.com/jonasw234/merge_image_metadata
cd merge_image_metadata
python3 setup.py install
pip3 install -r dev-requirements.txt
```

For normal usage do the same but don’t include the last line or use `[pipx](https://pypi.org/project/pipx/)` and install with

`pipx install git+https://github.com/jonasw234/face_tagger`
`pipx install git+https://github.com/jonasw234/merge_image_metadata`

0 comments on commit e20c1df

Please sign in to comment.