From c8eeb189d610e1e8d77ca7b15c3db48322806e60 Mon Sep 17 00:00:00 2001 From: zhangwenqing Date: Thu, 2 Apr 2020 15:50:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=89=A9=E5=B1=95=E5=8C=85?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E6=96=B9=E5=BC=8F=E6=8F=8F=E8=BF=B0=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04-CustomLibrary/ExtensionPackages/readme.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 04-CustomLibrary/ExtensionPackages/readme.txt diff --git a/04-CustomLibrary/ExtensionPackages/readme.txt b/04-CustomLibrary/ExtensionPackages/readme.txt new file mode 100644 index 0000000..6e6125a --- /dev/null +++ b/04-CustomLibrary/ExtensionPackages/readme.txt @@ -0,0 +1,4 @@ +# 导入方法: +# 1、将‘extensionLibrary.pth’文件放到...\Python\Lib\site-packages目录下 +# 2、根据需要将包目录同‘extensionLibrary.pth’文件一同放到...\Python\Lib\site-packages目录下(目前有‘ExtensionLibrary’和‘FileLibrary’) +# 3、在测试夹中导入此包即可使用扩展功能 \ No newline at end of file