mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-23 14:40:47 +01:00
Update installation.md
This commit is contained in:
parent
1c06781617
commit
17db309f35
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ The application uses [Pipenv][pipenv] to manage Python packages.
|
|||
While in development, you will need to install all dependencies:
|
||||
|
||||
```sh
|
||||
$ git clone https://github.com/lnbits/lnbits-legend.git
|
||||
$ cd lnbits-legend/
|
||||
$ # for now you'll need to `git checkout FastAPI`
|
||||
$ pipenv shell
|
||||
$ pipenv install --dev
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue