pip install paython
I'm sorry, but the command you provided is not valid. To install Python packages using pip, you need to use the following command:
pip install package_name
Replace "package_name" with the name of the package you want to install. For example, if you want to install the "requests" package, you would use:
pip install requests
原文地址: https://www.cveoy.top/t/topic/bpGY 著作权归作者所有。请勿转载和采集!