Skip to content

Commit

Permalink
capture pip install.. requirements (C-Otto#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
vindard authored and C-Otto committed Feb 28, 2019
1 parent 113f648 commit 5541aab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ You need to have admin rights to control this node.
By default this script connects to `localhost:10009`, using the macaroon file in `~/.lnd/data/chain/bitcoin/mainnet/admin.macaroon`.
If you need to change this, please have a look at the sources.

You need to install Python and the gRPC dependencies:
You need to install Python. The gRPC dependencies can be installed by running:

```
$ pip install grpcio googleapis-common-protos
$ pip install -r requirements.txt
```

## Usage
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
googleapis-common-protos==1.5.8
grpcio==1.19.0
protobuf==3.6.1
six==1.12.0

0 comments on commit 5541aab

Please sign in to comment.