MCPcopy Index your code
hub / github.com/AmberSahdev/Open-Interface / setup

Function setup

build.py:175–177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173
174
175def setup():
176 # Update the venv with any new updates
177 os.system("pip install -r requirements.txt")
178
179
180if __name__ == '__main__':

Callers 1

build.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected