Skip to content

Commit

Permalink
docs: add command to install required software
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel committed Aug 28, 2023
1 parent fad51da commit 0717b94
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/tutorials/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ The requirements for either of these setups:
- _Python 3_ interpreter (`>= 3.9`)
- _Git_
- Essential toolchain to build software (`make`, `gcc`, ...)

The following command will install the required software on Ubuntu
```shell
sudo apt-get install -y python3-dev git build-essential
```

:::{note}
The userspace installation and fuzzing workflow has been tested for recent
Ubuntu (>=`20.04`) and Debian (>=`Bullseye`).
Expand Down

0 comments on commit 0717b94

Please sign in to comment.