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.