mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-01-19 05:33:47 +01:00
fix note about global virtualenv.
This commit is contained in:
parent
b9db504f34
commit
f6a8e96087
@ -13,7 +13,7 @@ Download this repo and install the dependencies:
|
|||||||
```sh
|
```sh
|
||||||
git clone https://github.com/lnbits/lnbits.git
|
git clone https://github.com/lnbits/lnbits.git
|
||||||
cd lnbits/
|
cd lnbits/
|
||||||
# on debian based installations like ubuntu, you may have to intall global python packages. Try sudo apt install python3-venv -y
|
# ensure you have virtualenv installed, on debian/ubuntu 'apt install python3-venv' should work
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
./venv/bin/pip install -r requirements.txt
|
./venv/bin/pip install -r requirements.txt
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
|
Loading…
Reference in New Issue
Block a user