From 3b8920b4364cc8c66c0575a40dec91122abb18d4 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Tue, 9 Nov 2021 22:40:11 +0000 Subject: [PATCH] Update installation.md --- docs/devs/installation.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/devs/installation.md b/docs/devs/installation.md index 394eb7a02..7a8dfd6fc 100644 --- a/docs/devs/installation.md +++ b/docs/devs/installation.md @@ -14,13 +14,11 @@ Download the latest stable release https://github.com/lnbits/lnbits/releases 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 -``` + 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 If any of the modules fails to install, try checking and upgrading your setupTool module. `pip install -U setuptools`