Skip to content

Commit

Permalink
Merge pull request #1195 from rathmerdominik/chore/README/update-dev-…
Browse files Browse the repository at this point in the history
…instructions-for-arch-linux

chore(README): Update dev instructions for Arch Linux users
  • Loading branch information
gantoine authored Sep 18, 2024
2 parents 2de682a + 4e4f4f9 commit 6022d36
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions DEVELOPER_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ Then create the virtual environment
poetry install --sync
```

If you are on Arch Linux or another Arch-based distro, you need to run the command as follows:

```sh
# https://bbs.archlinux.org/viewtopic.php?id=296542
CFLAGS="-Wno-error=incompatible-pointer-types" poetry install --sync
```

#### - Spin up mariadb in docker

```sh
Expand Down

0 comments on commit 6022d36

Please sign in to comment.