From a17108f108d79822ba86e92ae739a9aa077995f1 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Tue, 22 Mar 2022 19:25:30 +0000 Subject: [PATCH] Update installation.md --- docs/devs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devs/installation.md b/docs/devs/installation.md index e20bbd214..cbf234cc9 100644 --- a/docs/devs/installation.md +++ b/docs/devs/installation.md @@ -13,7 +13,7 @@ LNbits uses [Pipenv][pipenv] to manage Python packages. git clone https://github.com/lnbits/lnbits-legend.git cd lnbits-legend/ -sudo apt-get install -y python3-venv +sudo apt-get install pipenv pipenv shell # pipenv --python 3.9 shell (if you wish to use a version of Python higher than 3.7) pipenv install --dev