Skip to content

Commit

Permalink
Add troubleshooting note for Poetry errors on OSX install (lnbits#1641)
Browse files Browse the repository at this point in the history
* Update installation.md

for poetry errors on OSX

* Update installation.md

* Update installation.md

* Update installation.md

remove trouble shooting message at top
  • Loading branch information
bitkarrot authored May 9, 2023
1 parent 8e8093b commit 44c5c87
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ By default, LNbits will use SQLite as its database. You can also use PostgreSQL

## Option 1 (recommended): poetry

If you have problems installing LNbits using these instructions, please have a look at the [Troubleshooting](#troubleshooting) section.
Mininum poetry version has is ^1.2, but it is recommended to use latest poetry. (including OSX)

```sh
git clone https://github.com/lnbits/lnbits.git
Expand Down Expand Up @@ -190,10 +190,6 @@ sudo apt install python3.9-dev gcc build-essential
poetry add setuptools wheel
```

#### Poetry

If your Poetry version is older than 1.2, for `poetry install`, ignore the `--only main` flag.

### Optional: PostgreSQL database

If you want to use LNbits at scale, we recommend using PostgreSQL as the backend database. Install Postgres and setup a database for LNbits:
Expand Down

0 comments on commit 44c5c87

Please sign in to comment.