* configure conan to use our package repository for packages we (still) need to provide ourselves:
* Define the environment variable CONAN_USER_HOME, to avoid that the conan package storage cache is stored in your user directory and is thus synchronized with your profile.
```
set CONAN_USER_HOME=xxx \\ with xxx being a local directory on your PC
```
* Configure conan to use our package repository for packages we (still) need to provide ourselves.