diff --git a/src/README.md b/src/README.md index beb41d5..98f61bb 100644 --- a/src/README.md +++ b/src/README.md @@ -6,9 +6,9 @@ Next, download tkinterdnd2.zip 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: 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 zip you extracted 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. +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 and go into tkdnd/, and then go into your respective platform folder. Copy all the files there into the tclX.X directory from above. Finally, download reedsolo.zip from above, extract it, and go into the folder. Open up a terminal and python setup.py install. Then, python setup.py install --native-compile. Now you should now have a Python extension called reedsolo.pyd on Windows, reedsolo.so or reedsolo.dylib on MacOS, and reedsolo.so on Linux. Copy this file to the same directory where Picocrypt.py is. @@ -19,4 +19,5 @@ Now you're all good. Just python3 Picocrypt.py and enjoy!
  • Argon2-cffi: https://github.com/hynek/argon2-cffi
  • Pycryptodome: https://github.com/Legrandin/pycryptodome
  • ReedSolo: https://github.com/tomerfiliba/reedsolomon
  • +
  • Tkinterdnd2: https://github.com/pmgagne/tkinterdnd2