mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-19 09:54:21 +01:00
Update installation.md
This commit is contained in:
parent
17db309f35
commit
3b8920b436
@ -14,13 +14,11 @@ Download the latest stable release https://github.com/lnbits/lnbits/releases
|
|||||||
The application uses [Pipenv][pipenv] to manage Python packages.
|
The application uses [Pipenv][pipenv] to manage Python packages.
|
||||||
While in development, you will need to install all dependencies:
|
While in development, you will need to install all dependencies:
|
||||||
|
|
||||||
```sh
|
git clone https://github.com/lnbits/lnbits-legend.git
|
||||||
$ git clone https://github.com/lnbits/lnbits-legend.git
|
cd lnbits-legend/
|
||||||
$ cd lnbits-legend/
|
# for now you'll need to `git checkout FastAPI`
|
||||||
$ # for now you'll need to `git checkout FastAPI`
|
pipenv shell
|
||||||
$ pipenv shell
|
pipenv install --dev
|
||||||
$ pipenv install --dev
|
|
||||||
```
|
|
||||||
|
|
||||||
If any of the modules fails to install, try checking and upgrading your setupTool module.
|
If any of the modules fails to install, try checking and upgrading your setupTool module.
|
||||||
`pip install -U setuptools`
|
`pip install -U setuptools`
|
||||||
|
Loading…
Reference in New Issue
Block a user