Skip to content

Commit

Permalink
Explicitly add python3-setuptools as a prerequisite
Browse files Browse the repository at this point in the history
On Fedora, "python3-setuptools" is automatically pulled in by "python3-devel",
but that may not be the case on other distros.
  • Loading branch information
gsomlo committed Dec 21, 2020
1 parent 2631d33 commit 568513a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ SoC built with [LiteX](https://github.com/enjoy-digital/litex) and

```
sudo dnf install openocd dtc fakeroot perl-bignum json-c-devel verilator \
python3-devel libevent-devel libmpc-devel mpfr-devel
python3-devel python3-setuptools libevent-devel \
libmpc-devel mpfr-devel
```

Some Linux distributions (e.g, Fedora) also provide packaged versions of
Expand Down

0 comments on commit 568513a

Please sign in to comment.