Рубрика: build_stories
conan commands
Add custom remote. In conan there is also conan-local and conan-remote repositories. You should choose simply conan. Otherwise you may get an error
ERROR: {
"errors" : [ {
"status" : 400,
"message" : "Unsupported Conan v2 repository request for 'conan_local'"
} ]
}
conan remote add my_conan https://remote False
conan setup from sources
$ git clone https://github.com/conan-io/conan.git
$ cd conan
$ pip install -r conans/requirements.txt
Next create a script and name it conan (without any .py extensions!). Put it to any directory in PATH environment variable