diff --git a/src/README.md b/src/README.md index 7a24949..beb41d5 100644 --- a/src/README.md +++ b/src/README.md @@ -4,9 +4,9 @@ If you want to run from source or would like to use Picocrypt on any platform th Next, download tkinterdnd2.zip from above. Extract it and go into it. Inside, you'll see two Python files and a directory called tkdnd. 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. +C:\Users\(Your username)\AppData\Local\Programs\Python\PythonXX. Go to there. -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.