create root directory
mkdir root&&cd root
conan
package manager
install pip install conan
ref
conanfile.txt
with package dependencies
create - in our case, we need pybind11 so, content of
conanfile.txt
ref
[requires]