From 5767e0515d4b2de53c82b669f9581e1878fbe9e0 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Wed, 24 Mar 2021 10:06:22 -0400 Subject: [PATCH] Update README.md --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index 98f61bb..d75642a 100644 --- a/src/README.md +++ b/src/README.md @@ -10,7 +10,7 @@ Now, go into Lib/ and then site-packages. Create a fol 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. +Finally, download reedsolo.zip from above, extract it, and go into the folder. Open up a terminal and python setup.py install. When that's finished, go into Build/ and then lib.XXXXXXX. You should now have a Python extension called creedsolo.pyd on Windows, creedsolo.so or creedsolo.dylib on MacOS, and creedsolo.so on Linux. Copy this file to the same directory where Picocrypt.py is. Now you're all good. Just python3 Picocrypt.py and enjoy!