【发布时间】:2018-06-15 11:25:14
【问题描述】:
我想下载 pyperclip 模块。我有一些文件,如“docs”等。还有setup.py。我双击,黑色窗口打开和关闭。我在互联网上有很多页面都描述了如何设置mudules,但我不能这样做。例如,看截图。 enter image description here。它说“命令不在内部或外部”。 谁能给我安装模块的详细说明?
【问题讨论】:
-
这不是你安装模块的方式。你可以从命令行
pip install pyperclip,你不应该尝试只运行setup.py -
这样? [链接] (prntscr.com/hwgxr8)
标签: python download installation