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:
|
While in development, you will need to install all dependencies:
|
||||||
|
|
||||||
```sh
|
```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 shell
|
||||||
$ pipenv install --dev
|
$ pipenv install --dev
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue