Thu Apr 27 13:07:00 UTC 2023 inscode

上级 81584e60
__version__ = '1.0.0'
from os import *
system("pip install -r install_all/requirements.txt")
#system("pip install -r install_all/requirements.txt")
# def install():
# f = open("requirements.txt","r")
# content = f.readlines()
# for i in content:
# system("pip install " + i)
# f.close()
\ No newline at end of file
# f.close()
def install_all_python():
pass
\ No newline at end of file
import install_all
#import install_all
import scikit_learn
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册