note on virtualenv installation (#185)

This commit is contained in:
supertestnet 2021-04-27 10:22:14 -04:00 committed by GitHub
parent bcecf6d431
commit 88895f80be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +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
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