Fixed formatting

This commit is contained in:
Evan Su 2021-03-25 18:05:36 -04:00 committed by GitHub
parent c30fd4b755
commit c07e62237c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ If you want to run from source or would like to use Picocrypt on any platform th
Next, download <code>tkinterdnd2.zip</code> from above. Extract it and go into it. Inside, you'll see two Python files and a directory called <code>tkdnd</code>.
Now, find the directory where Python is installed. On Windows, for example, this folder would probably be here:
<code>C:\Users\(Your username)\AppData\Local\Programs\Python\PythonXX</code>. Go to there.
<code>C:\Users\\(Your username)\AppData\Local\Programs\Python\PythonXX</code>. Go to there.
Now, go into <code>Lib/</code> and then <code>site-packages</code>. Create a folder named <code>tkinterdnd2</code>. Go into there and copy <code>&#95;&#95;init&#95;&#95;.py</code> and <code>TkinterDnD.py</code> from the zip you extracted earlier to here.