Skip to content

Commit

Permalink
Merge pull request #218 from IntelLabs/docs/fixes
Browse files Browse the repository at this point in the history
docs: add command to install required software
  • Loading branch information
Wenzel authored Aug 28, 2023
2 parents fad51da + 0717b94 commit 65adf3d
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 65adf3d

Please sign in to comment.