From 1a492cbfb827fc1696c1a55240c339dd1382c6a3 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Mon, 14 Feb 2022 11:42:19 +0000 Subject: [PATCH] Update installation.md --- docs/devs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/devs/installation.md b/docs/devs/installation.md index 4611d582..c8efb1c6 100644 --- a/docs/devs/installation.md +++ b/docs/devs/installation.md @@ -13,9 +13,9 @@ LNbits uses [Pipenv][pipenv] to manage Python packages. 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 --python 3.9 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) +# pipenv --python 3.9 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