Updated install docs
This commit is contained in:
parent
19b6acf932
commit
a7d27467f0
|
@ -8,7 +8,7 @@ nav_order: 1
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
This guide has been moved to the [installation guide](../guide/installation.md).
|
This guide has been moved to the [installation guide](../guide/installation.md).
|
||||||
To install the developer packages, use `pipenv install --dev`.
|
To install the developer packages for running tests etc before pr'ing, use `./venv/bin/pip install pytest pytest-asyncio pytest-cov requests mock black mypy isort`.
|
||||||
|
|
||||||
## Notes:
|
## Notes:
|
||||||
|
|
||||||
|
|
|
@ -82,10 +82,10 @@ Problems installing? These commands have helped us install LNbits.
|
||||||
sudo apt install pkg-config libffi-dev libpq-dev
|
sudo apt install pkg-config libffi-dev libpq-dev
|
||||||
|
|
||||||
# if the secp256k1 build fails:
|
# if the secp256k1 build fails:
|
||||||
# if you used pipenv (option 1)
|
# if you used venv
|
||||||
pipenv install setuptools wheel
|
|
||||||
# if you used venv (option 2)
|
|
||||||
./venv/bin/pip install setuptools wheel
|
./venv/bin/pip install setuptools wheel
|
||||||
|
# if you used poetry
|
||||||
|
poetry add setuptools wheel
|
||||||
# build essentials for debian/ubuntu
|
# build essentials for debian/ubuntu
|
||||||
sudo apt install python3-dev gcc build-essential
|
sudo apt install python3-dev gcc build-essential
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user