#!/usr/bin/env python
# encoding: utf-8
"""
@author: kira
@contact: 262667641@qq.com
@file: install_dependencies.py
@time: 2023/8/9 15:15
@desc: 安装 Pipfile 中的依赖
import subprocess
import sys