MCPcopy
hub / github.com/unclecode/crawl4ai / run

Method run

setup.py:52–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50
51class PostInstallCommand(install):
52 def run(self):
53 install.run(self)
54 install_playwright()
55
56setup(
57 name="Crawl4AI",

Calls 1

install_playwrightFunction · 0.85