标签: python pip
使用pip时,我们可以下载并使用python模块。
其中一个就像是python文件,比如" pip install validators"然后我们可以导入验证器。
其中一个就像可执行文件。喜欢" pip install pyinstaller"和#34; pyinstaller something.py"
我现在正在编写一个python模块XYZ。如何在" pip安装XYZ"之后使我的模块可执行就像XYZ一样?