From 17db309f35363d3b6ca8bbd3dbc2014d671df89f Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Tue, 9 Nov 2021 22:39:20 +0000 Subject: [PATCH] Update installation.md --- docs/devs/installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/devs/installation.md b/docs/devs/installation.md index 013f7be9..394eb7a0 100644 --- a/docs/devs/installation.md +++ b/docs/devs/installation.md @@ -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 ```