You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it is now one cannot use the tool purely by installing the requirements using pip.
This is mainly because the two requirements for building are missing, i.e conan and cmake.
It seems that conan can maybe just be added in the requirements.txt and it will work.
However, cmake might be a bit harder to setup.
We need to investigate this and make changes to requirements.txt and documentation with the solution we find.
The text was updated successfully, but these errors were encountered:
As it is now one cannot use the tool purely by installing the requirements using pip.
This is mainly because the two requirements for building are missing, i.e conan and cmake.
It seems that conan can maybe just be added in the requirements.txt and it will work.
However, cmake might be a bit harder to setup.
We need to investigate this and make changes to requirements.txt and documentation with the solution we find.
The text was updated successfully, but these errors were encountered: