Guidance on placement of conanfile.py
How can I decide if I should place the conanfile.py in a subfolder like recipes/foo/conanfile.py
, or if I should put it into the root folder of the repository?
Difference between conan create and conan install
I have seen that the two commands can sometimes be used interchangeably.
Can anyone point to the actual difference, and when you’d use conan install
vs. when you’d use conan create
?