mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-12 09:51:06 +02:00
more precise venv python version 3.9
This commit is contained in:
parent
1f31495634
commit
27b641fe6f
@ -75,8 +75,8 @@ LNBITS_DATA_FOLDER=data LNBITS_BACKEND_WALLET_CLASS=LNbitsWallet LNBITS_ENDPOINT
|
|||||||
```sh
|
```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/
|
||||||
# ensure you have virtualenv installed, on debian/ubuntu 'apt install python3-venv'
|
# ensure you have virtualenv installed, on debian/ubuntu 'apt install python3.9-venv'
|
||||||
python3 -m venv venv
|
python3.9 -m venv venv
|
||||||
# If you have problems here, try `sudo apt install -y pkg-config libpq-dev`
|
# If you have problems here, try `sudo apt install -y pkg-config libpq-dev`
|
||||||
./venv/bin/pip install -r requirements.txt
|
./venv/bin/pip install -r requirements.txt
|
||||||
# create the data folder and the .env file
|
# create the data folder and the .env file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user