From fefa8ba56e75a4e78f776aa5e5855db0e42046c8 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Fri, 14 Jan 2022 09:36:18 +0000 Subject: [PATCH] Update installation.md --- docs/devs/installation.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/devs/installation.md b/docs/devs/installation.md index 6a295808..09fa4424 100644 --- a/docs/devs/installation.md +++ b/docs/devs/installation.md @@ -10,12 +10,14 @@ nav_order: 1 The application uses [Pipenv][pipenv] to manage Python packages. While in development, you will need to install all dependencies: - git clone https://github.com/lnbits/lnbits-legend.git - cd lnbits-legend/ - pipenv shell - # pipenv --python 3.8 shell (if you wish to use a version of Python higher than 3.7) - pipenv install --dev - # pipenv --python 3.8 install --dev (if you wish to use a version of Python higher than 3.7) +```sh +git clone https://github.com/lnbits/lnbits-legend.git +cd lnbits-legend/ +pipenv shell +# pipenv --python 3.8 shell (if you wish to use a version of Python higher than 3.7) +pipenv install --dev +# pipenv --python 3.8 install --dev (if you wish to use a version of Python higher than 3.7) +``` If any of the modules fails to install, try checking and upgrading your setupTool module. `pip install -U setuptools`