mirror of
https://github.com/Isaacdelly/Plutus.git
synced 2025-03-26 17:51:51 +01:00
update download & installation snippets
This commit is contained in:
parent
07f6e44a9c
commit
e7595d1a63
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user