Update installation.md

This commit is contained in:
Arc 2021-11-09 22:39:20 +00:00 committed by GitHub
parent 1c06781617
commit 17db309f35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```