Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
ddoc
/
xag
like
0
Model card
Files
Files and versions
xet
Community
main
xag
/
install.py
ddoc
Upload 51 files
6242a59
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
132 Bytes
import
launch
if
not
launch.is_installed(
"sqlalchemy"
):
launch.run_pip(
"install sqlalchemy"
,
"requirement for task-scheduler"
)