From 3c5aed21250eabc431cefd6bf292623984a8000d Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Fri, 19 Mar 2021 16:28:59 -0400 Subject: [PATCH] Better download instructions --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0be3cb..fb0aacb 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,19 @@ Picocrypt is a very tiny (hence "Pico"), very simple, yet very secure fil
# Download -You can run the raw Python source file under/src
or download the portable .exe (for Windows) that I've precompiled and optimized beyond imagination here (recommended, because it's just 3MB and fully portable). If you're compiling from source or running the raw Python file, the following three dependencies will be automatically installed via pip
if not already installed: argon2-cffi
, pycryptodome
, and reedsolo
. See the /src
folder for more info.
+Windows
+Picocrypt for Windows is as easy as it gets. To download the latest, standalone, and portable executable, click here. You can also download a specific release from the Releases tab.
+
+MacOS
+
+Currently, you'll have to install Python on your Mac machine for Picocrypt to work. Simply download Picocrypt.py
which is under the src/
directory and run it. Dependencies will be automatically installed and Picocrypt will fire up shortly. A standalone executable for MacOS will be out soon.
+
+Linux
+
+Since the Linux kernel bundles Python along with the system, all you have to do is go to the src/
directory in the files above and download Picocrypt.py
or copy it into a Python file. Run it, and dependecies, etc. will be automatically installed. When dependencies are installed, Picocrypt will fire up. The src/
directory has more info.
+
+Roadmap.md
for a list of new features and improvements that I'm working on.