From 28d3ee8c16b34e03e7cb6a247cc038923222f3fd Mon Sep 17 00:00:00 2001 From: Daniel van Flymen Date: Sat, 13 Oct 2018 13:17:05 -0400 Subject: [PATCH] Update README.md --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2bf1606..78ef539 100644 --- a/README.md +++ b/README.md @@ -12,20 +12,12 @@ This is the source code for my post on [Building a Blockchain](https://medium.co ``` $ pip install pipenv ``` - -3. Create a _virtual environment_ and specify the Python version to use. - -``` -$ pipenv --python=python3.6 -``` - -4. Install requirements. - +3. Install requirements ``` $ pipenv install ``` -5. Run the server: +4. Run the server: * `$ pipenv run python blockchain.py` * `$ pipenv run python blockchain.py -p 5001` * `$ pipenv run python blockchain.py --port 5002`