We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b6d83d commit 8ee3449Copy full SHA for 8ee3449
1 file changed
README.md
@@ -16,13 +16,13 @@ pip install -r requirements_dev.txt
16
```
17
3. Build and install RCS:
18
```shell
19
-pip install .
+pip install -ve .
20
21
22
### UTN Models
23
If you have a token to download the UTN models, you can add them to the pip package using:
24
25
-pip install --config-settings=cmake.define.INCLUDE_UTN_MODELS=ON --config-settings=cmake.define.GITLAB_MODELS_TOKEN=<token> .
+pip install --config-settings=cmake.define.INCLUDE_UTN_MODELS=ON --config-settings=cmake.define.GITLAB_MODELS_TOKEN=<token> -ve .
26
27
28
## Usage
0 commit comments