Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tonymorony authored Mar 4, 2020
1 parent e0f3f6b commit b93f591
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ Simple GUI interface mockup to demonstrate Filesharing (based on dexp2p) Komodo
Dependencies:
```
python 3.7+ is needed (because of this bug https://stackoverflow.com/questions/52440314/ttk-spinbox-missing-in-tkinter-ttk/52440947)
sudo apt-get install python3-pip libgnutls28-dev python3-tk
pip3 install setuptools wheel slick-bitcoinrpc
sudo apt-get install python3-pip libgnutls28-dev python3-tk python3-pil python3-pil.imagetk
pip3 install setuptools wheel slick-bitcoinrpc ttkthemes
```


![screenshot](https://i.imgur.com/tXbwgRr.png)
![screenshot](https://i.imgur.com/f3fE7Tb.png)

## To use:

Expand All @@ -20,4 +20,4 @@ At the moment it's just a test chain which hardcoded there https://github.com/to
./komodod -ac_name=FILET1 -dexp2p=2 -ac_supply=999999 -addnode=95.217.44.58
```

### 2. Start program as `python3 main.py`
### 2. Start program as `python3 main.py`

0 comments on commit b93f591

Please sign in to comment.