diff --git a/docs/devs/installation.md b/docs/devs/installation.md index 013f7be90..394eb7a02 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 ```