chore: update Pipfile
This commit is contained in:
@@ -5,11 +5,13 @@ title: Installation
|
||||
nav_order: 1
|
||||
---
|
||||
|
||||
|
||||
Installation
|
||||
============
|
||||
|
||||
Download this repo and install the dependencies.
|
||||
|
||||
|
||||
Application dependencies
|
||||
------------------------
|
||||
|
||||
@@ -29,10 +31,11 @@ You will need to set the variables in `.env.example`, and rename the file to `.e
|
||||

|
||||
|
||||
You might also need to install additional packages, depending on the [backend wallets](../guide/wallets.md) you configured.
|
||||
E.g. when you want to use LND you have to `pipenv install lnd-grpc`.
|
||||
E.g. when you want to use LND you have to `pipenv run pip install lnd-grpc`.
|
||||
|
||||
Take a look at [Polar](https://lightningpolar.com/) for an excellent way of spinning up a Lightning Network dev environment.
|
||||
|
||||
|
||||
Running the server
|
||||
------------------
|
||||
|
||||
@@ -48,6 +51,7 @@ if you want to run Flask in debug mode with autoreload
|
||||
|
||||
[pipenv]: https://pipenv.pypa.io/
|
||||
|
||||
|
||||
Frontend
|
||||
--------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user