From c30fd4b7554fb86e891141a71d1348acb8c279bd Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Thu, 25 Mar 2021 18:05:10 -0400 Subject: [PATCH] Fixed formatting --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index d75642a..fb2ab81 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. 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. +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!