From 99746e48e09d166f46d77283271a6b3175b805b8 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Wed, 24 Mar 2021 09:08:09 -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 e7d2699..5df2b65 100644 --- a/src/README.md +++ b/src/README.md @@ -1,5 +1,5 @@ # Instructions For Running Manually -If you want to run from source or want to use Picocrypt on any Linux distro, you're in the right place. To run Picocrypt from source, first install Python3 (any version >3.6 will do). Next, install these dependencies via pip: argon2-cffi, pycryptodome, and reedsolo. +If you want to run from source or would like to use Picocrypt on any platform that supports Python, you're in the right place. To run Picocrypt from source, first install Python3 (any version >3.6 will do). Next, install these dependencies via pip: argon2-cffi, pycryptodome, and reedsolo. # Work in progress, be patient