Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit b2f45ee

Browse files
authored
Merge pull request #1 from BAlchemyLab/refactoring/update_readme
Update README
2 parents 28ff47a + 219416a commit b2f45ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ The source code of originally based on post on [Building a Blockchain](https://m
77
1. Make sure [Python](https://www.python.org/downloads/) 2 or 3 is installed.
88

99

10-
2. Install requirements.
10+
2. Install requirements (preferably inside a [virtual environment] (https://docs.python.org/3/tutorial/venv.html)).
1111

1212
```
13-
$ pip install flask==0.12.2 requests==2.18.4
13+
$ pip install -r requirements.txt
1414
```
1515

1616
5. Run the server:

0 commit comments

Comments
 (0)