Skip to content

Commit d94df84

Browse files
committed
Refine dev setup
1 parent 1f937dc commit d94df84

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/developers/developers-setup.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,19 @@ _Note: Tested on Debian 11 (Buster) and Ubuntu 20.04 (Focal)_
3333
sudo dnf install python-pip cairo-devel cairo-gobject-devel meson flatpak flatpak-builder
3434
```
3535

36-
_Note: Tested on Fedora 34_
36+
_Note: Tested on Fedora 36_
3737
</details>
3838

3939
<details>
4040
<summary>Mac OS</summary>
4141

42-
On Mac, all deps can be fetched using [Homebrew](https://docs.brew.sh/).
42+
On Mac, all dependencies can be installed using [Homebrew](https://docs.brew.sh/):
4343

4444
```sh
4545
brew install meson python3 py3cairo pygobject3 gtk+3 librsvg
4646
```
4747

4848
_Note: Tested on macOS 12.5 (Monterey)_
49-
50-
You don't need to use `pip` because the above `brew` command installs all dependencies.
5149
</details>
5250

5351
### Install the project dependencies

0 commit comments

Comments
 (0)