Remove suggestion to switch to FastAPI branch (#520)

Branch does not exist
This commit is contained in:
orangesurf
2022-02-14 13:38:22 +01:00
committed by GitHub
parent 1a492cbfb8
commit 9e8376b3fb
-1
View File
@@ -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