Skip to content

Commit 60f8eb8

Browse files
authored
Merge pull request #164 from utn-mi/doc
Readme update
2 parents dacaa77 + f2ab65a commit 60f8eb8

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,16 @@ sudo apt install $(cat debian_deps.txt)
1111
```shell
1212
python3 -m venv .venv
1313
source .venv/bin/activate
14-
pip config --site set global.no-build-isolation false
1514
pip install -r requirements_dev.txt
15+
pip config --site set global.no-build-isolation false
1616
```
17-
3. Build and install RCS:
17+
2.5 (optional) include UTN models if you have an access token
1818
```shell
19-
pip install -ve .
19+
pip config --site set install.config-settings "cmake.args=-DINCLUDE_UTN_MODELS=ON;-DGITLAB_MODELS_TOKEN=<token>"
2020
```
21-
22-
### UTN Models
23-
If you have a token to download the UTN models, you can add them to the pip package using:
21+
3. Build and install RCS:
2422
```shell
25-
pip install --config-settings=cmake.define.INCLUDE_UTN_MODELS=ON --config-settings=cmake.define.GITLAB_MODELS_TOKEN=<token> -ve .
23+
pip install -ve .
2624
```
2725

2826
## Usage

0 commit comments

Comments
 (0)