Update installation.md

This commit is contained in:
Arc 2022-03-22 19:25:30 +00:00 committed by GitHub
parent 1209526147
commit a17108f108
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ LNbits uses [Pipenv][pipenv] to manage Python packages.
git clone https://github.com/lnbits/lnbits-legend.git git clone https://github.com/lnbits/lnbits-legend.git
cd lnbits-legend/ cd lnbits-legend/
sudo apt-get install -y python3-venv sudo apt-get install pipenv
pipenv shell pipenv shell
# pipenv --python 3.9 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 install --dev