Skip to content

Commit 3cf23c4

Browse files
committed
Fix install instruction in README.md, fixes #1
1 parent 4063c21 commit 3cf23c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Implementations of all these variants can be found under [`fast_frechet/`](fast_
2929
```bash
3030
# production installation
3131
$ pip install -r requirements.txt
32-
$ pip install fast_frechet
32+
$ pip install -e .
3333

3434
# development installation
3535
$ pip install -e .[dev]

0 commit comments

Comments
 (0)