#!/bin/bash # @Contact : liuyuqi.gov@msn.cn # @Time : 2024/04/26 16:02:37 # @License : (C)Copyright 2022 liuyuqi. # @Desc : build binary file ############################################################################### # poetry install # poetry shell pyinstaller -F -c --name search_domain main.py