Skip to content

Commit

Permalink
Update install instructions for Py3; cleanup old dependencies. #12
Browse files Browse the repository at this point in the history
  • Loading branch information
Melik Manukyan committed Jan 10, 2019
1 parent 88c7316 commit ff4871d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -5,17 +5,17 @@ lndash is a simple read-only web dashboard for lnd.
## Features
* Peer view
* Channel view
* Events (routed payments) view
* Forwarding Events (routed payments) view
* Looking Glass Tool (route/path lookup)
* Lightning Network Graph

## Installation
*Please note that the following installation instructions are still a work in progress. This guide was written on a Debian system*
*Please note that the following installation instructions are still a work in progress. This guide was written on a Debian system.*

1. Install dependencies.

```
apt-get install python-pip python-virtualenv
apt-get install python3-pip python3-virtualenv virtualenv
```

2. Clone lndash repository.
Expand All @@ -33,7 +33,7 @@ cd lndash
4. Set up python virtualenv.

```
virtualenv venv
virtualenv -p python3 venv
```

5. Activate virtual environment.
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
@@ -1,7 +1,5 @@
Click==7.0
enum34==1.1.6
Flask==1.0.2
Flask-Cache==0.13.1
Flask-Caching==1.4.0
googleapis-common-protos==1.5.5
grpcio==1.17.1
Expand Down

0 comments on commit ff4871d

Please sign in to comment.