Skip to content

Commit

Permalink
Update readme instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrillkuettel committed Aug 5, 2024
1 parent 7d0258a commit 10d2ff7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ Getting Started
---------------

Linux:
```
sudo apt install postgresql libpq-dev python3-dev build-essential weasyprint
```bash
sudo apt update && sudo apt install libpoppler-cpp-dev libpq-dev python3-dev build-essential weasyprint
```

MacOS:
```bash
brew update && brew install postgresql poppler python libpq weasyprint
```
brew install postgresql python libpq weasyprint
```

PostgresSQL is required. Sqlite won't work. Version needs to be >=12.

Create the PostgreSQL database:
```
Expand Down

0 comments on commit 10d2ff7

Please sign in to comment.