Skip to content

Commit

Permalink
Merge pull request #1 from BAlchemyLab/refactoring/update_readme
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
sadov authored Mar 5, 2018
2 parents 28ff47a + 219416a commit b2f45ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ The source code of originally based on post on [Building a Blockchain](https://m
1. Make sure [Python](https://www.python.org/downloads/) 2 or 3 is installed.


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

```
$ pip install flask==0.12.2 requests==2.18.4
$ pip install -r requirements.txt
```

5. Run the server:
Expand Down

0 comments on commit b2f45ee

Please sign in to comment.