MCPcopy 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
97def 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
105if __name__ == '__main__':

Callers 1

install.pyFile · 0.85

Calls 1

install_packageFunction · 0.85

Tested by

no test coverage detected