Skip to content

Commit 8ee3449

Browse files
committed
docs(readme): fixed -ve flags for installation
1 parent 6b6d83d commit 8ee3449

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ pip install -r requirements_dev.txt
1616
```
1717
3. Build and install RCS:
1818
```shell
19-
pip install .
19+
pip install -ve .
2020
```
2121

2222
### UTN Models
2323
If you have a token to download the UTN models, you can add them to the pip package using:
2424
```shell
25-
pip install --config-settings=cmake.define.INCLUDE_UTN_MODELS=ON --config-settings=cmake.define.GITLAB_MODELS_TOKEN=<token> .
25+
pip install --config-settings=cmake.define.INCLUDE_UTN_MODELS=ON --config-settings=cmake.define.GITLAB_MODELS_TOKEN=<token> -ve .
2626
```
2727

2828
## Usage

0 commit comments

Comments
 (0)