From 9e8376b3fbcf83ef0d1d9276a8fe6553001523c6 Mon Sep 17 00:00:00 2001 From: orangesurf <91332210+orangesurf@users.noreply.github.com> Date: Mon, 14 Feb 2022 12:38:22 +0000 Subject: [PATCH] Remove suggestion to switch to FastAPI branch (#520) Branch does not exist --- docs/guide/installation.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 40881362..2806a4f5 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -28,7 +28,6 @@ Download this repo and install the dependencies: git clone https://github.com/lnbits/lnbits-legend.git cd lnbits-legend/ # ensure you have virtualenv installed, on debian/ubuntu 'apt install python3-venv' should work -# for now you'll need to `git checkout FastAPI` python3 -m venv venv ./venv/bin/pip install -r requirements.txt cp .env.example .env