Added instructions for running from source
This commit is contained in:
parent
d15d736700
commit
2319f86b6b
|
@ -6,9 +6,9 @@ Next, download <code>tkinterdnd2.zip</code> 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:
|
||||
<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 folder you extracted (<code>tkinterdnd2</code>) earlier to here.
|
||||
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.
|
||||
|
||||
Next, go back to the directory where Python is installed. Go into <code>tcl/</code> and then <code>tclX.X</code>. Go into the same folder you extracted earlier (<code>tkinterdnd2</code>) and go into <code>tkdnd/</code>, and then go into your respective platform folder. Copy all the files there into the <code>tclX.X</code> directory you just went into.
|
||||
Next, go back to the directory where Python is installed. Go into <code>tcl/</code> and then <code>tclX.X</code>. Go into the same folder you extracted earlier and go into <code>tkdnd/</code>, and then go into your respective platform folder. Copy all the files there into the <code>tclX.X</code> directory from above.
|
||||
|
||||
Finally, download <code>reedsolo.zip</code> from above, extract it, and go into the folder. Open up a terminal and <code>python setup.py install</code>. Then, <code>python setup.py install --native-compile</code>. Now you should now have a Python extension called <code>reedsolo.pyd</code> on Windows, <code>reedsolo.so</code> or <code>reedsolo.dylib</code> on MacOS, and <code>reedsolo.so</code> on Linux. Copy this file to the same directory where <code>Picocrypt.py</code> is.
|
||||
|
||||
|
@ -19,4 +19,5 @@ Now you're all good. Just <code>python3 Picocrypt.py</code> and enjoy!
|
|||
<li>Argon2-cffi: https://github.com/hynek/argon2-cffi</li>
|
||||
<li>Pycryptodome: https://github.com/Legrandin/pycryptodome</li>
|
||||
<li>ReedSolo: https://github.com/tomerfiliba/reedsolomon</li>
|
||||
<li>Tkinterdnd2: https://github.com/pmgagne/tkinterdnd2</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue