Skip to content

Commit 4f68551

Browse files
committed
README: use 'pip install -U --no-deps -e .' for editable install
1 parent ba33e2f commit 4f68551

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
@@ -25,7 +25,7 @@ Current package version: `0.1.1` (from `pyproject.toml` / `pepsy.__version__`).
2525

2626
## Install
2727
```bash
28-
pip install -e .
28+
pip install -U --no-deps -e .
2929
# Optional backends:
3030
# pip install -e .[torch]
3131
# pip install -e .[solvers]

0 commit comments

Comments
 (0)