Merge branch 'develop' into main
This commit is contained in:
commit
c1e0379f7b
@ -14,7 +14,7 @@ This ISS is based in DBT-RISE, a library to allow rapid ISS creation.
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
pip3 install --user conan==1.59
|
pip3 install --user 'conan<2.0'
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -31,9 +31,10 @@ This ISS is based in DBT-RISE, a library to allow rapid ISS creation.
|
|||||||
|
|
||||||
Using conan for the first time you need to create a profile:
|
Using conan for the first time you need to create a profile:
|
||||||
|
|
||||||
```
|
```sh
|
||||||
|
|
||||||
conan profile create default --detect
|
conan profile new --detect default
|
||||||
|
conan remote add gitea https://git.minres.com/api/packages/Tooling/conan
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user