install_examples.py 文件源码

python
阅读 17 收藏 0 点赞 0 评论 0

项目:SFC_models 作者: brianr747 项目源码 文件源码
def install_examples(): # pragma: no cover
    """
    Pops up windows to allow the user to choose a directory for installation
    of sfc_models examples.

    Uses tkinter, which is installed in base Python (modern versions).
    :return:
    """
    if not mbox.askokcancel(title='sfc_models Example Installation',
                            message=validate_str):
        return
    target = fdog.askdirectory(title='Choose directory to for sfc_models examples installation')
    if target == () or target == '':
        return
    install_example_scripts.install(target)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号