Update installation.md

This commit is contained in:
Arc 2021-11-08 09:50:11 +00:00 committed by GitHub
parent 5eae8e1b11
commit e721ae1d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,9 +9,10 @@ nav_order: 2
Download this repo and install the dependencies: Download this repo and install the dependencies:
```sh ```sh
git clone https://github.com/lnbits/lnbits.git git clone https://github.com/lnbits/lnbits-legend.git
cd lnbits/ cd lnbits/
# ensure you have virtualenv installed, on debian/ubuntu 'apt install python3-venv' should work # 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 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