yahe / install.py
perorina's picture
Create install.py
1ce38a5
raw
history blame contribute delete
102 Bytes
import launch
if not launch.is_installed("natsort"):
launch.run_pip("install natsort", "natsort")