Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonwenner committed Jan 11, 2024
1 parent def354e commit e66ed17
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,19 @@ Internally, `shape_similarity` works by first normalizing the curves using Procr
## :package: Installation
1. Install with pip
```shell
$ pip3 install shapesimilarity
$ python -m pip install shapesimilarity
```
2. Install from source
2. Install from source code
```shell
$ git clone https://github.com/nelsonwenner/shape-similarity.git

$ pip3 install ./shape-similarity
$ python -m pip install .
```
3. Run the tests
```shell
$ python -m pip install pytest

$ python -m pytest
```

## :information_source: Example useage
Expand Down Expand Up @@ -76,4 +82,4 @@ plt.show()
* [Curve Matcher](https://github.com/chanind/curve-matcher)

---
Made with :hearts: by Nelson Wenner :wave: [Get in touch!](https://www.linkedin.com/in/nelsonwenner/)
Made with :hearts: by Nelson Wenner :wave: [Get in touch!](https://www.linkedin.com/in/nelsonwenner/)

0 comments on commit e66ed17

Please sign in to comment.