From fda2402b27296ab41f3b9777d0ab55858e8bf737 Mon Sep 17 00:00:00 2001 From: techno2mahi Date: Sun, 22 Aug 2021 04:40:55 +0530 Subject: [PATCH] Update README.md Pip install command was requiring requirements.txt file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9e2fe6..937101a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ checkout blockchain.py inside the gymcoin folder to see implementation \ Read more about this project here: https://medium.com/@nathan_149/making-my-own-cryptocurrency-from-scratch-42e05d4460c2 -if you "pip install" all the dependencies in blockchain.py, and then run run.py on one terminal and run2.py on another terminal it should work! +if you "pip install" or pip install gymcoin/requirements.txt all the dependencies in blockchain.py, and then run run.py on one terminal and run2.py on another terminal it should work!