We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4063c21 commit 3cf23c4Copy full SHA for 3cf23c4
1 file changed
README.md
@@ -29,7 +29,7 @@ Implementations of all these variants can be found under [`fast_frechet/`](fast_
29
```bash
30
# production installation
31
$ pip install -r requirements.txt
32
-$ pip install fast_frechet
+$ pip install -e .
33
34
# development installation
35
$ pip install -e .[dev]
0 commit comments