From b19def461102e36a1ed33f6314440a28c28daccc Mon Sep 17 00:00:00 2001
From: Evan Su <48808396+HACKERALERT@users.noreply.github.com>
Date: Wed, 24 Mar 2021 09:44:40 -0400
Subject: [PATCH] Update README.md
---
src/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/README.md b/src/README.md
index eeeb4d7..7a24949 100644
--- a/src/README.md
+++ b/src/README.md
@@ -6,7 +6,7 @@ Next, download tkinterdnd2.zip
from above. Extract it and go into i
Now, find the directory where Python is installed. On Windows, for example, this folder would probably be here:
C:\Users\(Your username)\AppData\Local\Programs\Python\PythonXX
.
-Now, go into Lib/ and then site-packages
. Create a folder named tkinterdnd2
. Go into there and copy __init__.py
and TkinterDnD.py
from the folder you extracted (tkinterdnd2
) earlier to here.
+Now, go into Lib/
and then site-packages
. Create a folder named tkinterdnd2
. Go into there and copy __init__.py
and TkinterDnD.py
from the folder you extracted (tkinterdnd2
) earlier to here.
Next, go back to the directory where Python is installed. Go into tcl/
and then tclX.X
. Go into the same folder you extracted earlier (tkinterdnd2
) and go into tkdnd/
, and then go into your respective platform folder. Copy all the files there into the tclX.X
directory you just went into.