Skip to content

Commit

Permalink
Since requirements.txt is provided, all the requirements for this pro…
Browse files Browse the repository at this point in the history
…ject can be installed

using pip install -r requirements.txt. This commit:

- Updates README.md to add requirements installation info.
  • Loading branch information
manishlamichhane committed Mar 4, 2018
1 parent 28ff47a commit 219416a
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 219416a

Please sign in to comment.