Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InternRobotics/EmbodiedScan
/ install_requires
Function
install_requires
install.py:97–102 ·
view source on GitHub ↗
(fname)
Source
from the content-addressed store, hash-verified
95
96
97
def
install_requires(fname):
98
with
open(fname,
'r'
)
as
f:
99
for
line in f.readlines():
100
line = line.strip()
101
if
line:
102
install_package(line)
103
104
105
if
__name__ ==
'__main__'
:
Callers
1
install.py
File · 0.85
Calls
1
install_package
Function · 0.85
Tested by
no test coverage detected