update download & installation snippets

This commit is contained in:
Isaacdelly 2019-02-28 22:23:34 -08:00 committed by GitHub
parent 07f6e44a9c
commit e7595d1a63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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