more precise venv python version 3.9
This commit is contained in:
parent
1f31495634
commit
27b641fe6f
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue