File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,18 +11,16 @@ sudo apt install $(cat debian_deps.txt)
1111``` shell
1212python3 -m venv .venv
1313source .venv/bin/activate
14- pip config --site set global.no-build-isolation false
1514pip 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
You can’t perform that action at this time.
0 commit comments