Update installation.md

This commit is contained in:
Arc 2021-11-09 22:40:11 +00:00 committed by GitHub
parent 17db309f35
commit 3b8920b436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`