mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-04 18:33:10 +02:00
note on virtualenv installation (#185)
This commit is contained in:
@@ -13,6 +13,7 @@ Download this repo and install the dependencies:
|
||||
```sh
|
||||
git clone https://github.com/lnbits/lnbits.git
|
||||
cd lnbits/
|
||||
# on debian based installations like ubuntu, you may have to intall global python packages. Try sudo apt install python3-venv -y
|
||||
python3 -m venv venv
|
||||
./venv/bin/pip install -r requirements.txt
|
||||
cp .env.example .env
|
||||
|
Reference in New Issue
Block a user