Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brainflow-dev/brainflow
/ check_deps
Function
check_deps
tools/build.py:117–122 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
115
116
117
def
check_deps():
118
try
:
119
subprocess.check_output([
'cmake'
,
'--version'
])
120
except
BaseException
as
e:
121
print(
'You need to install CMake first. Run: python -m pip install cmake'
)
122
raise
e
123
124
125
def
prepare_args():
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected