mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-22 15:57:28 +02:00
Update installation.md
This commit is contained in:
@@ -10,12 +10,14 @@ nav_order: 1
|
|||||||
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:
|
||||||
|
|
||||||
git clone https://github.com/lnbits/lnbits-legend.git
|
```sh
|
||||||
cd lnbits-legend/
|
git clone https://github.com/lnbits/lnbits-legend.git
|
||||||
pipenv shell
|
cd lnbits-legend/
|
||||||
# pipenv --python 3.8 shell (if you wish to use a version of Python higher than 3.7)
|
pipenv shell
|
||||||
pipenv install --dev
|
# pipenv --python 3.8 shell (if you wish to use a version of Python higher than 3.7)
|
||||||
# pipenv --python 3.8 install --dev (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)
|
||||||
|
```
|
||||||
|
|
||||||
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`
|
||||||
|
Reference in New Issue
Block a user