Fixed formatting
This commit is contained in:
parent
c30fd4b755
commit
c07e62237c
|
@ -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>__init__.py</code> and <code>TkinterDnD.py</code> from the zip you extracted earlier to here.
|
||||
|
||||
|
|
Loading…
Reference in New Issue