From ada9e77fc6d752b2f3a32c034a44b6419539c109 Mon Sep 17 00:00:00 2001 From: Cheng Shen Date: Sun, 11 Aug 2024 15:55:19 -0700 Subject: [PATCH] [FIX] install repo as editable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa8fc0e..4b3ad64 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ The default installation dependencies, as defined in the `pyproject.toml`, are s > Users have run this codebase with Python 3.9,3.10 and cuda_12, cuda-11.8 ``` -> pip install . +> pip install -e . ``` Developers should set up `pre-commit` as well with `pre-commit install`.