📜  模块不闲置 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:27.147000             🧑  作者: Mango

代码示例1
2

You must navigate to your default install location for 3.6. For IDLE 32 bits it's:

C:\Users\\AppData\Local\Programs\Python\Python36-32\Scripts\
for IDLE 64 bits use:

C:\Users\\AppData\Local\Programs\Python\Python36\Scripts\
If you navigate to that directory in the command prompt (use cd command), then the command

pip install pyperclip
should work.