From e7595d1a633afadd880b594f1b0e5df0e0bcfea4 Mon Sep 17 00:00:00 2001 From: Isaacdelly <22066975+Isaacdelly@users.noreply.github.com> Date: Thu, 28 Feb 2019 22:23:34 -0800 Subject: [PATCH] update download & installation snippets --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a60f9c..3dfeef8 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,13 @@ Approximately 3 GB of availiable RAM ``` $ git clone https://github.com/Isaacdelly/Plutus.git plutus -$ cd plutus && pip install -r requirements.txt +$ cd plutus && pip3 install -r requirements.txt ``` # Quick Start ``` -$ python plutus.py +$ python3 plutus.py ``` # Proof Of Concept