From 88895f80be27d9eed208ebb8c03122772dca0072 Mon Sep 17 00:00:00 2001 From: supertestnet <58400631+supertestnet@users.noreply.github.com> Date: Tue, 27 Apr 2021 10:22:14 -0400 Subject: [PATCH] note on virtualenv installation (#185) --- docs/guide/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 4f1bb8530..3c979a3ae 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -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