From c07e62237c15b4b8fe6f93206e0d2ef4efb32b67 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Thu, 25 Mar 2021 18:05:36 -0400 Subject: [PATCH] Fixed formatting --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index fb2ab81..6b98818 100644 --- a/src/README.md +++ b/src/README.md @@ -4,7 +4,7 @@ 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. Go to there. +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 zip you extracted earlier to here.