Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumba committed Jan 24, 2017
1 parent 29411ce commit 153ad57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# decentralized-mortgage-market
After cloning the repository initialize dispersy by running
After cloning the repository initialize dispersy by running:

`git submodule update --init --recursive`

Install the dependencies with
Install the dependencies with:

`pip install tftpy nose coverage decorator cryptography faker twisted m2crypto netifaces enum34 mock`

Run the market using market.py
Run the market using `python market.py` which additionally accepts the following optional arguments:
```
usage: market.py [-h] [--headless] [--bank {abn,ing,rabo,moneyou}]
[--scenario {bank,borrower,investor}]
Expand Down

0 comments on commit 153ad57

Please sign in to comment.