File size: 121 Bytes
34097e9 |
1 2 3 4 5 |
import launch
if not launch.is_installed("pycloudflared"):
launch.run_pip("install pycloudflared", "pycloudflared")
|
34097e9 |
1 2 3 4 5 |
import launch
if not launch.is_installed("pycloudflared"):
launch.run_pip("install pycloudflared", "pycloudflared")
|